Html Css Color HEX #C7B534 Old Gold

📋 copy color: '#C7B534'

red 199 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #C7B534

Tints of Old Gold #C7B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

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

R = 46.06%
G = 41.9%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7B534 (or 0xC7B534) is known color: Old Gold. HEX triplet: C7, B5 and 34. RGB value is (199,181,52). Sum of RGB (Red+Green+Blue) = 199+181+52=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B534 is #384ACB. Grayscale: #ACACAC. Windows color (decimal): -3689164 or 3454407. OLE color: 3454407.

HSL color Cylindrical-coordinate representation of color #C7B534: hue angle of 52.65º 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 #C7B534 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 181 52 -
CMYK 0 0.09 0.74 0.22
HSL 52.65º 0.59% 0.49% -
HSV(B) 52.65º 0.74% 0.78% -
XYZ 40.7 45.44 9.87 -
YUV 171.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 199 181 52 0 0.09 0.74 0.22 52.65 0.59 0.49
Hex C7 B5 34 0 9 4A 16 35 3B 31
Octal 307 265 64 0 11 112 26 65 73 61
Binary 11000111 10110101 110100 0 1001 1001010 10110 110101 111011 110001

Color Harmonies of #C7B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B534

Black with #C7B534

Text Example


Text Example

White with #C7B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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