Html Css Color HEX #C9BF43 Old Gold

📋 copy color: '#C9BF43'

red 201 ◦ green 191 ◦ blue 67

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

Shades of Old Gold #C9BF43

Tints of Old Gold #C9BF43

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 67 (26.56% from 255) = 14.6%

R = 43.79%
G = 41.61%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9BF43 (or 0xC9BF43) is known color: Old Gold. HEX triplet: C9, BF and 43. RGB value is (201,191,67). Sum of RGB (Red+Green+Blue) = 201+191+67=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF43 is #3640BC. Grayscale: #B4B4B4. Windows color (decimal): -3555517 or 4440009. OLE color: 4440009.

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

Color convert

RGB 201 191 67 -
CMYK 0 0.05 0.67 0.21
HSL 55.52º 0.55% 0.53% -
HSV(B) 55.52º 0.67% 0.79% -
XYZ 43.73 50.08 12.67 -
YUV 179.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 201 191 67 0 0.05 0.67 0.21 55.52 0.55 0.53
Hex C9 BF 43 0 5 43 15 38 37 35
Octal 311 277 103 0 5 103 25 70 67 65
Binary 11001001 10111111 1000011 0 101 1000011 10101 111000 110111 110101

Color Harmonies of #C9BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF43

Black with #C9BF43

Text Example


Text Example

White with #C9BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF43; }

 p { color: rgb(201,191,67); }

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

background-color css

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

 a { background-color: rgb(201,191,67); }

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

border-color css

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

 span { border-color: rgb(201,191,67); }

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