Html Css Color HEX #C9B450 Sundance

📋 copy color: '#C9B450'

red 201 ◦ green 180 ◦ blue 80

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

Shades of Sundance #C9B450

Tints of Sundance #C9B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 43.6%
G = 39.05%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C9B450 (or 0xC9B450) is known color: Sundance. HEX triplet: C9, B4 and 50. RGB value is (201,180,80). Sum of RGB (Red+Green+Blue) = 201+180+80=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B450 is #364BAF. Grayscale: #AFAFAF. Windows color (decimal): -3558320 or 5289161. OLE color: 5289161.

HSL color Cylindrical-coordinate representation of color #C9B450: hue angle of 49.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9B450 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 180 80 -
CMYK 0 0.10 0.60 0.21
HSL 49.59º 0.53% 0.55% -
HSV(B) 49.59º 0.6% 0.79% -
XYZ 41.86 45.64 14.19 -
YUV 174.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 201 180 80 0 0.10 0.60 0.21 49.59 0.53 0.55
Hex C9 B4 50 0 A 3C 15 32 35 37
Octal 311 264 120 0 12 74 25 62 65 67
Binary 11001001 10110100 1010000 0 1010 111100 10101 110010 110101 110111

Color Harmonies of #C9B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B450

Black with #C9B450

Text Example


Text Example

White with #C9B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B450; }

 p { color: rgb(201,180,80); }

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

background-color css

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

 a { background-color: rgb(201,180,80); }

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

border-color css

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

 span { border-color: rgb(201,180,80); }

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