#CBD477

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

Shades of Deco #CBD477

Tints of Deco #CBD477

Color information

#CBD477 (or 0xCBD477) is unknown color: approx Deco. HEX triplet: CB, D4 and 77. RGB value is (203,212,119). Sum of RGB (Red+Green+Blue) = 203+212+119=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD477 is #342B88. Grayscale: #C7C7C7. Windows color (decimal): -3419017 or 7853259. OLE color: 7853259.

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

Color convert

RGB203212119-
CMYK0.0400.440.17
HSL65.81º51.96%64.9%-
HSV(B)65.81º43.87%83.14%-
XYZ51.561.1226.53-
YUV198.7183.02131.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=38.01%
G=39.70%
B=22.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121190.0400.440.1765.8151.9664.9
HexCBD477402C11423441
Octal31332416740542110264101
Binary1100101111010100111011110001011001000110000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD477; }

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

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

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

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

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

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

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

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