#CBC98D

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

Shades of Deco #CBC98D

Tints of Deco #CBC98D

Color information

#CBC98D (or 0xCBC98D) is unknown color: approx Deco. HEX triplet: CB, C9 and 8D. RGB value is (203,201,141). Sum of RGB (Red+Green+Blue) = 203+201+141=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC98D is #343672. Grayscale: #C2C2C2. Windows color (decimal): -3421811 or 9292235. OLE color: 9292235.

HSL color Cylindrical-coordinate representation of color #CBC98D: hue angle of 58.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC98D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203201141-
CMYK00.010.310.20
HSL58.06º37.35%67.45%-
HSV(B)58.06º30.54%79.61%-
XYZ50.3256.3933.43-
YUV194.7697.66133.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=37.25%
G=36.88%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320114100.010.310.2058.0637.3567.45
HexCBC98D011F143a2543
Octal3133112150137247245103
Binary1100101111001001100011010111111101001110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC98D; }

 p { color: rgb(203,201,141); }

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

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

 a { background-color: rgb(203,201,141); }

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

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

 span { border-color: rgb(203,201,141); }

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