Html Css Color HEX #C9B04E Sundance

📋 copy color: '#C9B04E'

red 201 ◦ green 176 ◦ blue 78

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

Shades of Sundance #C9B04E

Tints of Sundance #C9B04E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

 BLUE value IS 78 (30.86% from 255) = 17.14%

R = 44.18%
G = 38.68%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9B04E (or 0xC9B04E) is known color: Sundance. HEX triplet: C9, B0 and 4E. RGB value is (201,176,78). Sum of RGB (Red+Green+Blue) = 201+176+78=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B04E is #364FB1. Grayscale: #ACACAC. Windows color (decimal): -3559346 or 5157065. OLE color: 5157065.

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

Color convert

RGB 201 176 78 -
CMYK 0 0.12 0.61 0.21
HSL 47.8º 0.53% 0.55% -
HSV(B) 47.8º 0.61% 0.79% -
XYZ 40.99 44.02 13.54 -
YUV 172.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 201 176 78 0 0.12 0.61 0.21 47.8 0.53 0.55
Hex C9 B0 4E 0 C 3D 15 30 35 37
Octal 311 260 116 0 14 75 25 60 65 67
Binary 11001001 10110000 1001110 0 1100 111101 10101 110000 110101 110111

Color Harmonies of #C9B04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B04E

Black with #C9B04E

Text Example


Text Example

White with #C9B04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B04E; }

 p { color: rgb(201,176,78); }

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

background-color css

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

 a { background-color: rgb(201,176,78); }

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

border-color css

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

 span { border-color: rgb(201,176,78); }

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