Html Css Color HEX #C7B02D Old Gold

📋 copy color: '#C7B02D'

red 199 ◦ green 176 ◦ blue 45

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

Shades of Old Gold #C7B02D

Tints of Old Gold #C7B02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

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

R = 47.38%
G = 41.9%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7B02D (or 0xC7B02D) is known color: Old Gold. HEX triplet: C7, B0 and 2D. RGB value is (199,176,45). Sum of RGB (Red+Green+Blue) = 199+176+45=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B02D is #384FD2. Grayscale: #A8A8A8. Windows color (decimal): -3690451 or 2994375. OLE color: 2994375.

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

Color convert

RGB 199 176 45 -
CMYK 0 0.12 0.77 0.22
HSL 51.04º 0.63% 0.48% -
HSV(B) 51.04º 0.77% 0.78% -
XYZ 39.55 43.38 8.77 -
YUV 167.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 199 176 45 0 0.12 0.77 0.22 51.04 0.63 0.48
Hex C7 B0 2D 0 C 4D 16 33 3F 30
Octal 307 260 55 0 14 115 26 63 77 60
Binary 11000111 10110000 101101 0 1100 1001101 10110 110011 111111 110000

Color Harmonies of #C7B02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B02D

Black with #C7B02D

Text Example


Text Example

White with #C7B02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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