#CBD581

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

Shades of Deco #CBD581

Tints of Deco #CBD581

Color information

#CBD581 (or 0xCBD581) is unknown color: approx Deco. HEX triplet: CB, D5 and 81. RGB value is (203,213,129). Sum of RGB (Red+Green+Blue) = 203+213+129=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD581 is #342A7E. Grayscale: #C8C8C8. Windows color (decimal): -3418751 or 8508875. OLE color: 8508875.

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

Color convert

RGB203213129-
CMYK0.0500.390.16
HSL67.14º50%67.06%-
HSV(B)67.14º39.44%83.53%-
XYZ52.3961.8729.95-
YUV200.4387.69129.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=37.25%
G=39.08%
B=23.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131290.0500.390.1667.145067.06
HexCBD581502710433243
Octal31332520150472010362103
Binary11001011110101011000000110101001111000010000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD581; }

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

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

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

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

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

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

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

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