Html Css Color HEX #C9BB4F Sundance

📋 copy color: '#C9BB4F'

red 201 ◦ green 187 ◦ blue 79

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

Shades of Sundance #C9BB4F

Tints of Sundance #C9BB4F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

 BLUE value IS 79 (31.25% from 255) = 16.92%

R = 43.04%
G = 40.04%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9BB4F (or 0xC9BB4F) is known color: Sundance. HEX triplet: C9, BB and 4F. RGB value is (201,187,79). Sum of RGB (Red+Green+Blue) = 201+187+79=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB4F is #3644B0. Grayscale: #B3B3B3. Windows color (decimal): -3556529 or 5225417. OLE color: 5225417.

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

Color convert

RGB 201 187 79 -
CMYK 0 0.07 0.61 0.21
HSL 53.11º 0.53% 0.55% -
HSV(B) 53.11º 0.61% 0.79% -
XYZ 43.27 48.52 14.48 -
YUV 178.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 201 187 79 0 0.07 0.61 0.21 53.11 0.53 0.55
Hex C9 BB 4F 0 7 3D 15 35 35 37
Octal 311 273 117 0 7 75 25 65 65 67
Binary 11001001 10111011 1001111 0 111 111101 10101 110101 110101 110111

Color Harmonies of #C9BB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB4F

Black with #C9BB4F

Text Example


Text Example

White with #C9BB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB4F; }

 p { color: rgb(201,187,79); }

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

background-color css

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

 a { background-color: rgb(201,187,79); }

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

border-color css

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

 span { border-color: rgb(201,187,79); }

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