#C9C67A

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

Shades of Deco #C9C67A

Tints of Deco #C9C67A

Color information

#C9C67A (or 0xC9C67A) is unknown color: approx Deco. HEX triplet: C9, C6 and 7A. RGB value is (201,198,122). Sum of RGB (Red+Green+Blue) = 201+198+122=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C67A is #363985. Grayscale: #BEBEBE. Windows color (decimal): -3553670 or 8046281. OLE color: 8046281.

HSL color Cylindrical-coordinate representation of color #C9C67A: hue angle of 57.72º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9C67A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB201198122-
CMYK00.010.390.21
HSL57.72º42.25%63.33%-
HSV(B)57.72º39.3%78.82%-
XYZ47.7954.2126.36-
YUV190.2389.49135.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=38.58%
G=38.00%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119812200.010.390.2157.7242.2563.33
HexC9C67A0127153a2a3f
Octal311306172014725725277
Binary110010011100011011110100110011110101111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C67A; }

 p { color: rgb(201,198,122); }

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

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

 a { background-color: rgb(201,198,122); }

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

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

 span { border-color: rgb(201,198,122); }

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