#CBD688

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

Shades of Deco #CBD688

Tints of Deco #CBD688

Color information

#CBD688 (or 0xCBD688) is unknown color: approx Deco. HEX triplet: CB, D6 and 88. RGB value is (203,214,136). Sum of RGB (Red+Green+Blue) = 203+214+136=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD688 is #342977. Grayscale: #CACACA. Windows color (decimal): -3418488 or 8967883. OLE color: 8967883.

HSL color Cylindrical-coordinate representation of color #CBD688: hue angle of 68.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBD688 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB203214136-
CMYK0.0500.360.16
HSL68.46º48.75%68.63%-
HSV(B)68.46º36.45%83.92%-
XYZ53.1262.5732.57-
YUV201.8290.86128.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=36.71%
G=38.70%
B=24.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141360.0500.360.1668.4648.7568.63
HexCBD688502410443145
Octal31332621050442010461105
Binary11001011110101101000100010101001001000010001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD688; }

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

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

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

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

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

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

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

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