Html Css Color HEX #C9A74D Sundance

📋 copy color: '#C9A74D'

red 201 ◦ green 167 ◦ blue 77

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

Shades of Sundance #C9A74D

Tints of Sundance #C9A74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.3%

R = 45.17%
G = 37.53%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9A74D (or 0xC9A74D) is known color: Sundance. HEX triplet: C9, A7 and 4D. RGB value is (201,167,77). Sum of RGB (Red+Green+Blue) = 201+167+77=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A74D is #3658B2. Grayscale: #A7A7A7. Windows color (decimal): -3561651 or 5089225. OLE color: 5089225.

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

Color convert

RGB 201 167 77 -
CMYK 0 0.17 0.62 0.21
HSL 43.55º 0.53% 0.55% -
HSV(B) 43.55º 0.62% 0.79% -
XYZ 39.25 40.59 12.79 -
YUV 166.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 201 167 77 0 0.17 0.62 0.21 43.55 0.53 0.55
Hex C9 A7 4D 0 11 3E 15 2C 35 37
Octal 311 247 115 0 21 76 25 54 65 67
Binary 11001001 10100111 1001101 0 10001 111110 10101 101100 110101 110111

Color Harmonies of #C9A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A74D

Black with #C9A74D

Text Example


Text Example

White with #C9A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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