Html Css Color HEX #C9BF4B Old Gold

📋 copy color: '#C9BF4B'

red 201 ◦ green 191 ◦ blue 75

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

Shades of Old Gold #C9BF4B

Tints of Old Gold #C9BF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 43.04%
G = 40.9%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9BF4B (or 0xC9BF4B) is known color: Old Gold. HEX triplet: C9, BF and 4B. RGB value is (201,191,75). Sum of RGB (Red+Green+Blue) = 201+191+75=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF4B is #3640B4. Grayscale: #B5B5B5. Windows color (decimal): -3555509 or 4964297. OLE color: 4964297.

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

Color convert

RGB 201 191 75 -
CMYK 0 0.05 0.63 0.21
HSL 55.24º 0.54% 0.54% -
HSV(B) 55.24º 0.63% 0.79% -
XYZ 43.99 50.19 14.03 -
YUV 180.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 201 191 75 0 0.05 0.63 0.21 55.24 0.54 0.54
Hex C9 BF 4B 0 5 3F 15 37 36 36
Octal 311 277 113 0 5 77 25 67 66 66
Binary 11001001 10111111 1001011 0 101 111111 10101 110111 110110 110110

Color Harmonies of #C9BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF4B

Black with #C9BF4B

Text Example


Text Example

White with #C9BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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