#CBD472

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

Shades of Deco #CBD472

Tints of Deco #CBD472

Color information

#CBD472 (or 0xCBD472) is unknown color: approx Deco. HEX triplet: CB, D4 and 72. RGB value is (203,212,114). Sum of RGB (Red+Green+Blue) = 203+212+114=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD472 is #342B8D. Grayscale: #C6C6C6. Windows color (decimal): -3419022 or 7525579. OLE color: 7525579.

HSL color Cylindrical-coordinate representation of color #CBD472: hue angle of 65.51º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBD472 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB203212114-
CMYK0.0400.460.17
HSL65.51º53.26%63.92%-
HSV(B)65.51º46.23%83.14%-
XYZ51.216124.99-
YUV198.1480.52131.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=38.37%
G=40.08%
B=21.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121140.0400.460.1765.5153.2663.92
HexCBD472402E11423540
Octal31332416240562110265100
Binary1100101111010100111001010001011101000110000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD472; }

 p { color: rgb(203,212,114); }

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

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

 a { background-color: rgb(203,212,114); }

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

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

 span { border-color: rgb(203,212,114); }

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