Html Css Color HEX #CAC974 Deco

📋 copy color: '#CAC974'

red 202 ◦ green 201 ◦ blue 116

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

Shades of Deco #CAC974

Tints of Deco #CAC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

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

R = 38.92%
G = 38.73%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAC974 (or 0xCAC974) is known color: Deco. HEX triplet: CA, C9 and 74. RGB value is (202,201,116). Sum of RGB (Red+Green+Blue) = 202+201+116=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC974 is #35368B. Grayscale: #BFBFBF. Windows color (decimal): -3487372 or 7653834. OLE color: 7653834.

HSL color Cylindrical-coordinate representation of color #CAC974: hue angle of 59.3º 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 #CAC974 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 116 -
CMYK 0 0.00 0.43 0.21
HSL 59.3º 0.45% 0.62% -
HSV(B) 59.3º 0.43% 0.79% -
XYZ 48.4 55.59 24.7 -
YUV 191.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 202 201 116 0 0.00 0.43 0.21 59.3 0.45 0.62
Hex CA C9 74 0 0 2B 15 3B 2D 3E
Octal 312 311 164 0 0 53 25 73 55 76
Binary 11001010 11001001 1110100 0 0 101011 10101 111011 101101 111110

Color Harmonies of #CAC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC974

Black with #CAC974

Text Example


Text Example

White with #CAC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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