Html Css Color HEX #C7B22D Old Gold

📋 copy color: '#C7B22D'

red 199 ◦ green 178 ◦ blue 45

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

Shades of Old Gold #C7B22D

Tints of Old Gold #C7B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 47.16%
G = 42.18%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7B22D (or 0xC7B22D) is known color: Old Gold. HEX triplet: C7, B2 and 2D. RGB value is (199,178,45). Sum of RGB (Red+Green+Blue) = 199+178+45=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B22D is #384DD2. Grayscale: #A9A9A9. Windows color (decimal): -3689939 or 2994887. OLE color: 2994887.

HSL color Cylindrical-coordinate representation of color #C7B22D: hue angle of 51.82º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7B22D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 45 -
CMYK 0 0.11 0.77 0.22
HSL 51.82º 0.63% 0.48% -
HSV(B) 51.82º 0.77% 0.78% -
XYZ 39.95 44.17 8.9 -
YUV 169.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 199 178 45 0 0.11 0.77 0.22 51.82 0.63 0.48
Hex C7 B2 2D 0 B 4D 16 34 3F 30
Octal 307 262 55 0 13 115 26 64 77 60
Binary 11000111 10110010 101101 0 1011 1001101 10110 110100 111111 110000

Color Harmonies of #C7B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B22D

Black with #C7B22D

Text Example


Text Example

White with #C7B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B22D; }

 p { color: rgb(199,178,45); }

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

background-color css

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

 a { background-color: rgb(199,178,45); }

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

border-color css

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

 span { border-color: rgb(199,178,45); }

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