#CBD684

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

Shades of Deco #CBD684

Tints of Deco #CBD684

Color information

#CBD684 (or 0xCBD684) is unknown color: approx Deco. HEX triplet: CB, D6 and 84. RGB value is (203,214,132). Sum of RGB (Red+Green+Blue) = 203+214+132=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD684 is #34297B. Grayscale: #C9C9C9. Windows color (decimal): -3418492 or 8705739. OLE color: 8705739.

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

Color convert

RGB203214132-
CMYK0.0500.380.16
HSL68.05º50%67.84%-
HSV(B)68.05º38.32%83.92%-
XYZ52.8462.4631.1-
YUV201.3688.86129.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 132 (51.95% from 255) = 24.04%
R=36.98%
G=38.98%
B=24.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141320.0500.380.1668.055067.84
HexCBD684502610443244
Octal31332620450462010462104
Binary11001011110101101000010010101001101000010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD684; }

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

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

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

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

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

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

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

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