#CBD582

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

Shades of Deco #CBD582

Tints of Deco #CBD582

Color information

#CBD582 (or 0xCBD582) is unknown color: approx Deco. HEX triplet: CB, D5 and 82. RGB value is (203,213,130). Sum of RGB (Red+Green+Blue) = 203+213+130=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD582 is #342A7D. Grayscale: #C8C8C8. Windows color (decimal): -3418750 or 8574411. OLE color: 8574411.

HSL color Cylindrical-coordinate representation of color #CBD582: hue angle of 67.23º 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 #CBD582 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB203213130-
CMYK0.0500.390.16
HSL67.23º49.7%67.25%-
HSV(B)67.23º38.97%83.53%-
XYZ52.4561.930.3-
YUV200.5588.19129.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=37.18%
G=39.01%
B=23.81%

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
Decimal2032131300.0500.390.1667.2349.767.25
HexCBD582502710433243
Octal31332520250472010362103
Binary11001011110101011000001010101001111000010000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD582; }

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

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

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

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

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

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

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

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