#CBD174

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

Shades of Deco #CBD174

Tints of Deco #CBD174

Color information

#CBD174 (or 0xCBD174) is unknown color: approx Deco. HEX triplet: CB, D1 and 74. RGB value is (203,209,116). Sum of RGB (Red+Green+Blue) = 203+209+116=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD174 is #342E8B. Grayscale: #C4C4C4. Windows color (decimal): -3419788 or 7655883. OLE color: 7655883.

HSL color Cylindrical-coordinate representation of color #CBD174: hue angle of 63.87º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBD174 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB203209116-
CMYK0.0300.440.18
HSL63.87º50.27%63.73%-
HSV(B)63.87º44.5%81.96%-
XYZ50.5859.5625.35-
YUV196.682.51132.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=38.45%
G=39.58%
B=21.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032091160.0300.440.1863.8750.2763.73
HexCBD174302C12403240
Octal31332116430542210062100
Binary110010111101000111101001101011001001010000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD174; }

 p { color: rgb(203,209,116); }

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

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

 a { background-color: rgb(203,209,116); }

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

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

 span { border-color: rgb(203,209,116); }

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