#CBD57D

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

Shades of Deco #CBD57D

Tints of Deco #CBD57D

Color information

#CBD57D (or 0xCBD57D) is unknown color: approx Deco. HEX triplet: CB, D5 and 7D. RGB value is (203,213,125). Sum of RGB (Red+Green+Blue) = 203+213+125=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD57D is #342A82. Grayscale: #C8C8C8. Windows color (decimal): -3418755 or 8246731. OLE color: 8246731.

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

Color convert

RGB203213125-
CMYK0.0500.410.16
HSL66.82º51.16%66.27%-
HSV(B)66.82º41.31%83.53%-
XYZ52.1261.7728.58-
YUV199.9885.69130.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=37.52%
G=39.37%
B=23.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131250.0500.410.1666.8251.1666.27
HexCBD57D502910433342
Octal31332517550512010363102
Binary1100101111010101111110110101010011000010000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD57D; }

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

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

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

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

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

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

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

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