Html Css Color HEX #C9A74F Sundance

📋 copy color: '#C9A74F'

red 201 ◦ green 167 ◦ blue 79

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

Shades of Sundance #C9A74F

Tints of Sundance #C9A74F

RGB

 RED value IS 201 (78.91% from 255) = 44.97%

 GREEN value IS 167 (65.63% from 255) = 37.36%

 BLUE value IS 79 (31.25% from 255) = 17.67%

R = 44.97%
G = 37.36%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9A74F (or 0xC9A74F) is known color: Sundance. HEX triplet: C9, A7 and 4F. RGB value is (201,167,79). Sum of RGB (Red+Green+Blue) = 201+167+79=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A74F is #3658B0. Grayscale: #A7A7A7. Windows color (decimal): -3561649 or 5220297. OLE color: 5220297.

HSL color Cylindrical-coordinate representation of color #C9A74F: hue angle of 43.28º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9A74F is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 79 -
CMYK 0 0.17 0.61 0.21
HSL 43.28º 0.53% 0.55% -
HSV(B) 43.28º 0.61% 0.79% -
XYZ 39.32 40.62 13.17 -
YUV 167.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 201 167 79 0 0.17 0.61 0.21 43.28 0.53 0.55
Hex C9 A7 4F 0 11 3D 15 2B 35 37
Octal 311 247 117 0 21 75 25 53 65 67
Binary 11001001 10100111 1001111 0 10001 111101 10101 101011 110101 110111

Color Harmonies of #C9A74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A74F

Black with #C9A74F

Text Example


Text Example

White with #C9A74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A74F; }

 p { color: rgb(201,167,79); }

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

background-color css

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

 a { background-color: rgb(201,167,79); }

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

border-color css

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

 span { border-color: rgb(201,167,79); }

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