Html Css Color HEX #C7B52B Old Gold

📋 copy color: '#C7B52B'

red 199 ◦ green 181 ◦ blue 43

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

Shades of Old Gold #C7B52B

Tints of Old Gold #C7B52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 47.04%
G = 42.79%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7B52B (or 0xC7B52B) is known color: Old Gold. HEX triplet: C7, B5 and 2B. RGB value is (199,181,43). Sum of RGB (Red+Green+Blue) = 199+181+43=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B52B is #384AD4. Grayscale: #ABABAB. Windows color (decimal): -3689173 or 2864583. OLE color: 2864583.

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

Color convert

RGB 199 181 43 -
CMYK 0 0.09 0.78 0.22
HSL 53.08º 0.64% 0.47% -
HSV(B) 53.08º 0.78% 0.78% -
XYZ 40.51 45.36 8.91 -
YUV 170.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 199 181 43 0 0.09 0.78 0.22 53.08 0.64 0.47
Hex C7 B5 2B 0 9 4E 16 35 40 2F
Octal 307 265 53 0 11 116 26 65 100 57
Binary 11000111 10110101 101011 0 1001 1001110 10110 110101 1000000 101111

Color Harmonies of #C7B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B52B

Black with #C7B52B

Text Example


Text Example

White with #C7B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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