Html Css Color HEX #C7B529 Old Gold

📋 copy color: '#C7B529'

red 199 ◦ green 181 ◦ blue 41

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

Shades of Old Gold #C7B529

Tints of Old Gold #C7B529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.74%

R = 47.27%
G = 42.99%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7B529 (or 0xC7B529) is known color: Old Gold. HEX triplet: C7, B5 and 29. RGB value is (199,181,41). Sum of RGB (Red+Green+Blue) = 199+181+41=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B529 is #384AD6. Grayscale: #AAAAAA. Windows color (decimal): -3689175 or 2733511. OLE color: 2733511.

HSL color Cylindrical-coordinate representation of color #C7B529: hue angle of 53.16º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7B529 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 181 41 -
CMYK 0 0.09 0.79 0.22
HSL 53.16º 0.66% 0.47% -
HSV(B) 53.16º 0.79% 0.78% -
XYZ 40.48 45.35 8.72 -
YUV 170.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 199 181 41 0 0.09 0.79 0.22 53.16 0.66 0.47
Hex C7 B5 29 0 9 4F 16 35 42 2F
Octal 307 265 51 0 11 117 26 65 102 57
Binary 11000111 10110101 101001 0 1001 1001111 10110 110101 1000010 101111

Color Harmonies of #C7B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B529

Black with #C7B529

Text Example


Text Example

White with #C7B529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B529; }

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

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

background-color css

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

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

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

border-color css

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

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

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