#CDB824

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

Shades of Barberry #CDB824

Tints of Barberry #CDB824

Color information

#CDB824 (or 0xCDB824) is unknown color: approx Barberry. HEX triplet: CD, B8 and 24. RGB value is (205,184,36). Sum of RGB (Red+Green+Blue) = 205+184+36=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB824 is #3247DB. Grayscale: #AEAEAE. Windows color (decimal): -3295196 or 2406605. OLE color: 2406605.

HSL color Cylindrical-coordinate representation of color #CDB824: hue angle of 52.54º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDB824 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB20518436-
CMYK00.100.820.20
HSL52.54º70.12%47.25%-
HSV(B)52.54º82.44%80.39%-
XYZ42.6447.398.57-
YUV173.4150.46150.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 36 (14.45% from 255) = 8.47%
R=48.24%
G=43.29%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051843600.100.820.2052.5470.1247.25
HexCDB8240A521435462f
Octal31527044012122246510657
Binary1100110110111000100100010101010010101001101011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB824; }

 p { color: rgb(205,184,36); }

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

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

 a { background-color: rgb(205,184,36); }

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

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

 span { border-color: rgb(205,184,36); }

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