#CBD680

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

Shades of Deco #CBD680

Tints of Deco #CBD680

Color information

#CBD680 (or 0xCBD680) is unknown color: approx Deco. HEX triplet: CB, D6 and 80. RGB value is (203,214,128). Sum of RGB (Red+Green+Blue) = 203+214+128=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD680 is #34297F. Grayscale: #C9C9C9. Windows color (decimal): -3418496 or 8443595. OLE color: 8443595.

HSL color Cylindrical-coordinate representation of color #CBD680: hue angle of 67.67º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBD680 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB203214128-
CMYK0.0500.400.16
HSL67.67º51.19%67.06%-
HSV(B)67.67º40.19%83.92%-
XYZ52.5762.3529.69-
YUV200.9186.86129.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=37.25%
G=39.27%
B=23.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141280.0500.400.1667.6751.1967.06
HexCBD680502810443343
Octal31332620050502010463103
Binary11001011110101101000000010101010001000010001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD680; }

 p { color: rgb(203,214,128); }

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

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

 a { background-color: rgb(203,214,128); }

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

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

 span { border-color: rgb(203,214,128); }

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