Html Css Color HEX #C9BF44 Old Gold

📋 copy color: '#C9BF44'

red 201 ◦ green 191 ◦ blue 68

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

Shades of Old Gold #C9BF44

Tints of Old Gold #C9BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 43.7%
G = 41.52%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9BF44 (or 0xC9BF44) is known color: Old Gold. HEX triplet: C9, BF and 44. RGB value is (201,191,68). Sum of RGB (Red+Green+Blue) = 201+191+68=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF44 is #3640BB. Grayscale: #B4B4B4. Windows color (decimal): -3555516 or 4505545. OLE color: 4505545.

HSL color Cylindrical-coordinate representation of color #C9BF44: hue angle of 55.49º 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 #C9BF44 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 68 -
CMYK 0 0.05 0.66 0.21
HSL 55.49º 0.55% 0.53% -
HSV(B) 55.49º 0.66% 0.79% -
XYZ 43.76 50.1 12.83 -
YUV 179.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 201 191 68 0 0.05 0.66 0.21 55.49 0.55 0.53
Hex C9 BF 44 0 5 42 15 37 37 35
Octal 311 277 104 0 5 102 25 67 67 65
Binary 11001001 10111111 1000100 0 101 1000010 10101 110111 110111 110101

Color Harmonies of #C9BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF44

Black with #C9BF44

Text Example


Text Example

White with #C9BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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