Html Css Color HEX #C7BF34 Old Gold

📋 copy color: '#C7BF34'

red 199 ◦ green 191 ◦ blue 52

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

Shades of Old Gold #C7BF34

Tints of Old Gold #C7BF34

RGB

 RED value IS 199 (78.13% from 255) = 45.02%

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

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 45.02%
G = 43.21%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7BF34 (or 0xC7BF34) is known color: Old Gold. HEX triplet: C7, BF and 34. RGB value is (199,191,52). Sum of RGB (Red+Green+Blue) = 199+191+52=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF34 is #3840CB. Grayscale: #B2B2B2. Windows color (decimal): -3686604 or 3456967. OLE color: 3456967.

HSL color Cylindrical-coordinate representation of color #C7BF34: hue angle of 56.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7BF34 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 52 -
CMYK 0 0.04 0.74 0.22
HSL 56.73º 0.59% 0.49% -
HSV(B) 56.73º 0.74% 0.78% -
XYZ 42.8 49.65 10.58 -
YUV 177.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 199 191 52 0 0.04 0.74 0.22 56.73 0.59 0.49
Hex C7 BF 34 0 4 4A 16 39 3B 31
Octal 307 277 64 0 4 112 26 71 73 61
Binary 11000111 10111111 110100 0 100 1001010 10110 111001 111011 110001

Color Harmonies of #C7BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF34

Black with #C7BF34

Text Example


Text Example

White with #C7BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF34; }

 p { color: rgb(199,191,52); }

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

background-color css

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

 a { background-color: rgb(199,191,52); }

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

border-color css

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

 span { border-color: rgb(199,191,52); }

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