Html Css Color HEX #C7B629 Old Gold

📋 copy color: '#C7B629'

red 199 ◦ green 182 ◦ blue 41

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

Shades of Old Gold #C7B629

Tints of Old Gold #C7B629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

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

R = 47.16%
G = 43.13%
B = 9.72%

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

#C7B629 (or 0xC7B629) is known color: Old Gold. HEX triplet: C7, B6 and 29. RGB value is (199,182,41). Sum of RGB (Red+Green+Blue) = 199+182+41=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B629 is #3849D6. Grayscale: #ABABAB. Windows color (decimal): -3688919 or 2733767. OLE color: 2733767.

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

Color convert

RGB 199 182 41 -
CMYK 0 0.09 0.79 0.22
HSL 53.54º 0.66% 0.47% -
HSV(B) 53.54º 0.79% 0.78% -
XYZ 40.68 45.76 8.79 -
YUV 171.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 199 182 41 0 0.09 0.79 0.22 53.54 0.66 0.47
Hex C7 B6 29 0 9 4F 16 36 42 2F
Octal 307 266 51 0 11 117 26 66 102 57
Binary 11000111 10110110 101001 0 1001 1001111 10110 110110 1000010 101111

Color Harmonies of #C7B629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B629

Black with #C7B629

Text Example


Text Example

White with #C7B629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B629; }

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

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

background-color css

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

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

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

border-color css

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

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

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