Html Css Color HEX #C9B72B Old Gold

📋 copy color: '#C9B72B'

red 201 ◦ green 183 ◦ blue 43

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

Shades of Old Gold #C9B72B

Tints of Old Gold #C9B72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 47.07%
G = 42.86%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9B72B (or 0xC9B72B) is known color: Old Gold. HEX triplet: C9, B7 and 2B. RGB value is (201,183,43). Sum of RGB (Red+Green+Blue) = 201+183+43=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B72B is #3648D4. Grayscale: #ACACAC. Windows color (decimal): -3557589 or 2865097. OLE color: 2865097.

HSL color Cylindrical-coordinate representation of color #C9B72B: hue angle of 53.16º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9B72B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 183 43 -
CMYK 0 0.09 0.79 0.21
HSL 53.16º 0.65% 0.48% -
HSV(B) 53.16º 0.79% 0.79% -
XYZ 41.46 46.46 9.07 -
YUV 172.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 201 183 43 0 0.09 0.79 0.21 53.16 0.65 0.48
Hex C9 B7 2B 0 9 4F 15 35 41 30
Octal 311 267 53 0 11 117 25 65 101 60
Binary 11001001 10110111 101011 0 1001 1001111 10101 110101 1000001 110000

Color Harmonies of #C9B72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B72B

Black with #C9B72B

Text Example


Text Example

White with #C9B72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B72B; }

 p { color: rgb(201,183,43); }

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

background-color css

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

 a { background-color: rgb(201,183,43); }

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

border-color css

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

 span { border-color: rgb(201,183,43); }

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