Html Css Color HEX #C9B629 Old Gold

📋 copy color: '#C9B629'

red 201 ◦ green 182 ◦ blue 41

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

Shades of Old Gold #C9B629

Tints of Old Gold #C9B629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 47.41%
G = 42.92%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C9B629 (or 0xC9B629) is known color: Old Gold. HEX triplet: C9, B6 and 29. RGB value is (201,182,41). Sum of RGB (Red+Green+Blue) = 201+182+41=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B629 is #3649D6. Grayscale: #ACACAC. Windows color (decimal): -3557847 or 2733769. OLE color: 2733769.

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

Color convert

RGB 201 182 41 -
CMYK 0 0.09 0.80 0.21
HSL 52.88º 0.66% 0.47% -
HSV(B) 52.88º 0.8% 0.79% -
XYZ 41.22 46.03 8.81 -
YUV 171.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 201 182 41 0 0.09 0.80 0.21 52.88 0.66 0.47
Hex C9 B6 29 0 9 50 15 35 42 2F
Octal 311 266 51 0 11 120 25 65 102 57
Binary 11001001 10110110 101001 0 1001 1010000 10101 110101 1000010 101111

Color Harmonies of #C9B629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B629

Black with #C9B629

Text Example


Text Example

White with #C9B629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B629; }

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

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

background-color css

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

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

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

border-color css

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

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

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