#CBD77D

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

Shades of Deco #CBD77D

Tints of Deco #CBD77D

Color information

#CBD77D (or 0xCBD77D) is unknown color: approx Deco. HEX triplet: CB, D7 and 7D. RGB value is (203,215,125). Sum of RGB (Red+Green+Blue) = 203+215+125=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD77D is #342882. Grayscale: #C9C9C9. Windows color (decimal): -3418243 or 8247243. OLE color: 8247243.

HSL color Cylindrical-coordinate representation of color #CBD77D: hue angle of 68º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBD77D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB203215125-
CMYK0.0600.420.16
HSL68º52.94%66.67%-
HSV(B)68º41.86%84.31%-
XYZ52.6362.7828.75-
YUV201.1585.02129.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=37.38%
G=39.59%
B=23.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151250.0600.420.166852.9466.67
HexCBD77D602A10443543
Octal31332717560522010465103
Binary1100101111010111111110111001010101000010001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD77D; }

 p { color: rgb(203,215,125); }

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

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

 a { background-color: rgb(203,215,125); }

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

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

 span { border-color: rgb(203,215,125); }

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