Html Css Color HEX #C9BD45 Old Gold

📋 copy color: '#C9BD45'

red 201 ◦ green 189 ◦ blue 69

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

Shades of Old Gold #C9BD45

Tints of Old Gold #C9BD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

 BLUE value IS 69 (27.34% from 255) = 15.03%

R = 43.79%
G = 41.18%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9BD45 (or 0xC9BD45) is known color: Old Gold. HEX triplet: C9, BD and 45. RGB value is (201,189,69). Sum of RGB (Red+Green+Blue) = 201+189+69=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD45 is #3642BA. Grayscale: #B3B3B3. Windows color (decimal): -3556027 or 4570569. OLE color: 4570569.

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

Color convert

RGB 201 189 69 -
CMYK 0 0.06 0.66 0.21
HSL 54.55º 0.55% 0.53% -
HSV(B) 54.55º 0.66% 0.79% -
XYZ 43.36 49.24 12.85 -
YUV 178.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 201 189 69 0 0.06 0.66 0.21 54.55 0.55 0.53
Hex C9 BD 45 0 6 42 15 37 37 35
Octal 311 275 105 0 6 102 25 67 67 65
Binary 11001001 10111101 1000101 0 110 1000010 10101 110111 110111 110101

Color Harmonies of #C9BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD45

Black with #C9BD45

Text Example


Text Example

White with #C9BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD45; }

 p { color: rgb(201,189,69); }

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

background-color css

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

 a { background-color: rgb(201,189,69); }

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

border-color css

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

 span { border-color: rgb(201,189,69); }

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