#DDC826

Color #DDC826 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DDC826

Tints of Barberry #DDC826

Color information

#DDC826 (or 0xDDC826) is unknown color: approx Barberry. HEX triplet: DD, C8 and 26. RGB value is (221,200,38). Sum of RGB (Red+Green+Blue) = 221+200+38=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC826 is #2237D9. Grayscale: #BCBCBC. Windows color (decimal): -2242522 or 2541789. OLE color: 2541789.

HSL color Cylindrical-coordinate representation of color #DDC826: hue angle of 53.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDC826 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22120038-
CMYK00.100.830.13
HSL53.11º72.91%50.78%-
HSV(B)53.11º82.81%86.67%-
XYZ50.8256.8210.12-
YUV187.8143.46151.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 38 (15.23% from 255) = 8.28%
R=48.15%
G=43.57%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212003800.100.830.1353.1172.9150.78
HexDDC8260A53D354933
Octal33531046012123156511163
Binary110111011100100010011001010101001111011101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC826; }

 p { color: rgb(221,200,38); }

 H1.HeaderClassName
 {
   color: #DDC826;
 }
 .AnyTagClassName
 {
   color: #DDC826;
 }
</style>
background-color css

<style>
 a { background-color: #DDC826; }

 a { background-color: rgb(221,200,38); }

 div.DivClassName
 {
   background-color: #DDC826;
 }
 .BgClassName
 {
   background-color: #DDC826;
 }
</style>
border-color css

<style>
 span { border-color: #DDC826; }

 span { border-color: rgb(221,200,38); }

 td.TdClassName
 {
   border-color: #DDC826;
 }
 .TagClassName
 {
   border-color: #DDC826;
 }
</style>