#CBD57C

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

Shades of Deco #CBD57C

Tints of Deco #CBD57C

Color information

#CBD57C (or 0xCBD57C) is unknown color: approx Deco. HEX triplet: CB, D5 and 7C. RGB value is (203,213,124). Sum of RGB (Red+Green+Blue) = 203+213+124=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD57C is #342A83. Grayscale: #C8C8C8. Windows color (decimal): -3418756 or 8181195. OLE color: 8181195.

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

Color convert

RGB203213124-
CMYK0.0500.420.16
HSL66.74º51.45%66.08%-
HSV(B)66.74º41.78%83.53%-
XYZ52.0661.7428.24-
YUV199.8685.19130.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 124 (48.83% from 255) = 22.96%
R=37.59%
G=39.44%
B=22.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131240.0500.420.1666.7451.4566.08
HexCBD57C502A10433342
Octal31332517450522010363102
Binary1100101111010101111110010101010101000010000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD57C; }

 p { color: rgb(203,213,124); }

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

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

 a { background-color: rgb(203,213,124); }

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

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

 span { border-color: rgb(203,213,124); }

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