Html Css Color HEX #C9AF4D Sundance

📋 copy color: '#C9AF4D'

red 201 ◦ green 175 ◦ blue 77

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

Shades of Sundance #C9AF4D

Tints of Sundance #C9AF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

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

R = 44.37%
G = 38.63%
B = 17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9AF4D (or 0xC9AF4D) is known color: Sundance. HEX triplet: C9, AF and 4D. RGB value is (201,175,77). Sum of RGB (Red+Green+Blue) = 201+175+77=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF4D is #3650B2. Grayscale: #ACACAC. Windows color (decimal): -3559603 or 5091273. OLE color: 5091273.

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

Color convert

RGB 201 175 77 -
CMYK 0 0.13 0.62 0.21
HSL 47.42º 0.53% 0.55% -
HSV(B) 47.42º 0.62% 0.79% -
XYZ 40.76 43.61 13.29 -
YUV 171.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 201 175 77 0 0.13 0.62 0.21 47.42 0.53 0.55
Hex C9 AF 4D 0 D 3E 15 2F 35 37
Octal 311 257 115 0 15 76 25 57 65 67
Binary 11001001 10101111 1001101 0 1101 111110 10101 101111 110101 110111

Color Harmonies of #C9AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF4D

Black with #C9AF4D

Text Example


Text Example

White with #C9AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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