Html Css Color HEX #CAC774 Deco

📋 copy color: '#CAC774'

red 202 ◦ green 199 ◦ blue 116

#CAC774
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CAC774

Tints of Deco #CAC774

RGB

 RED value IS 202 (79.3% from 255) = 39.07%

 GREEN value IS 199 (78.13% from 255) = 38.49%

 BLUE value IS 116 (45.7% from 255) = 22.44%

R = 39.07%
G = 38.49%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAC774 (or 0xCAC774) is known color: Deco. HEX triplet: CA, C7 and 74. RGB value is (202,199,116). Sum of RGB (Red+Green+Blue) = 202+199+116=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC774 is #35388B. Grayscale: #BEBEBE. Windows color (decimal): -3487884 or 7653322. OLE color: 7653322.

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

Color convert

RGB 202 199 116 -
CMYK 0 0.01 0.43 0.21
HSL 57.91º 0.45% 0.62% -
HSV(B) 57.91º 0.43% 0.79% -
XYZ 47.93 54.66 24.55 -
YUV 190.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 202 199 116 0 0.01 0.43 0.21 57.91 0.45 0.62
Hex CA C7 74 0 1 2B 15 3A 2D 3E
Octal 312 307 164 0 1 53 25 72 55 76
Binary 11001010 11000111 1110100 0 1 101011 10101 111010 101101 111110

Color Harmonies of #CAC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC774

Black with #CAC774

Text Example


Text Example

White with #CAC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC774; }

 p { color: rgb(202,199,116); }

 H1.HeaderClassName
 {
   color: #CAC774;
 }
 .AnyTagClassName
 {
   color: #CAC774;
 }
</style>

background-color css

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

 a { background-color: rgb(202,199,116); }

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

border-color css

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

 span { border-color: rgb(202,199,116); }

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