Html Css Color HEX #C7B429 Old Gold

📋 copy color: '#C7B429'

red 199 ◦ green 180 ◦ blue 41

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

Shades of Old Gold #C7B429

Tints of Old Gold #C7B429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.86%

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

R = 47.38%
G = 42.86%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7B429 (or 0xC7B429) is known color: Old Gold. HEX triplet: C7, B4 and 29. RGB value is (199,180,41). Sum of RGB (Red+Green+Blue) = 199+180+41=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B429 is #384BD6. Grayscale: #AAAAAA. Windows color (decimal): -3689431 or 2733255. OLE color: 2733255.

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

Color convert

RGB 199 180 41 -
CMYK 0 0.10 0.79 0.22
HSL 52.78º 0.66% 0.47% -
HSV(B) 52.78º 0.79% 0.78% -
XYZ 40.27 44.94 8.65 -
YUV 169.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 199 180 41 0 0.10 0.79 0.22 52.78 0.66 0.47
Hex C7 B4 29 0 A 4F 16 35 42 2F
Octal 307 264 51 0 12 117 26 65 102 57
Binary 11000111 10110100 101001 0 1010 1001111 10110 110101 1000010 101111

Color Harmonies of #C7B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B429

Black with #C7B429

Text Example


Text Example

White with #C7B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B429; }

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

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

background-color css

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

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

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

border-color css

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

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

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