Html Css Color HEX #C9B74D Sundance

📋 copy color: '#C9B74D'

red 201 ◦ green 183 ◦ blue 77

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

Shades of Sundance #C9B74D

Tints of Sundance #C9B74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

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

R = 43.6%
G = 39.7%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9B74D (or 0xC9B74D) is known color: Sundance. HEX triplet: C9, B7 and 4D. RGB value is (201,183,77). Sum of RGB (Red+Green+Blue) = 201+183+77=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B74D is #3648B2. Grayscale: #B0B0B0. Windows color (decimal): -3557555 or 5093321. OLE color: 5093321.

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

Color convert

RGB 201 183 77 -
CMYK 0 0.09 0.62 0.21
HSL 51.29º 0.53% 0.55% -
HSV(B) 51.29º 0.62% 0.79% -
XYZ 42.36 46.82 13.83 -
YUV 176.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 201 183 77 0 0.09 0.62 0.21 51.29 0.53 0.55
Hex C9 B7 4D 0 9 3E 15 33 35 37
Octal 311 267 115 0 11 76 25 63 65 67
Binary 11001001 10110111 1001101 0 1001 111110 10101 110011 110101 110111

Color Harmonies of #C9B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B74D

Black with #C9B74D

Text Example


Text Example

White with #C9B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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