Html Css Color HEX #C9B64E Sundance

📋 copy color: '#C9B64E'

red 201 ◦ green 182 ◦ blue 78

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

Shades of Sundance #C9B64E

Tints of Sundance #C9B64E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

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

R = 43.6%
G = 39.48%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9B64E (or 0xC9B64E) is known color: Sundance. HEX triplet: C9, B6 and 4E. RGB value is (201,182,78). Sum of RGB (Red+Green+Blue) = 201+182+78=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B64E is #3649B1. Grayscale: #B0B0B0. Windows color (decimal): -3557810 or 5158601. OLE color: 5158601.

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

Color convert

RGB 201 182 78 -
CMYK 0 0.09 0.61 0.21
HSL 50.73º 0.53% 0.55% -
HSV(B) 50.73º 0.61% 0.79% -
XYZ 42.19 46.42 13.94 -
YUV 175.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 201 182 78 0 0.09 0.61 0.21 50.73 0.53 0.55
Hex C9 B6 4E 0 9 3D 15 33 35 37
Octal 311 266 116 0 11 75 25 63 65 67
Binary 11001001 10110110 1001110 0 1001 111101 10101 110011 110101 110111

Color Harmonies of #C9B64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B64E

Black with #C9B64E

Text Example


Text Example

White with #C9B64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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