Html Css Color HEX #C8B729 Old Gold

📋 copy color: '#C8B729'

red 200 ◦ green 183 ◦ blue 41

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

Shades of Old Gold #C8B729

Tints of Old Gold #C8B729

RGB

 RED value IS 200 (78.52% from 255) = 47.17%

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 47.17%
G = 43.16%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8B729 (or 0xC8B729) is known color: Old Gold. HEX triplet: C8, B7 and 29. RGB value is (200,183,41). Sum of RGB (Red+Green+Blue) = 200+183+41=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B729 is #3748D6. Grayscale: #ACACAC. Windows color (decimal): -3623127 or 2734024. OLE color: 2734024.

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

Color convert

RGB 200 183 41 -
CMYK 0 0.08 0.80 0.22
HSL 53.58º 0.66% 0.47% -
HSV(B) 53.58º 0.8% 0.78% -
XYZ 41.15 46.31 8.87 -
YUV 171.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 200 183 41 0 0.08 0.80 0.22 53.58 0.66 0.47
Hex C8 B7 29 0 8 50 16 36 42 2F
Octal 310 267 51 0 10 120 26 66 102 57
Binary 11001000 10110111 101001 0 1000 1010000 10110 110110 1000010 101111

Color Harmonies of #C8B729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B729

Black with #C8B729

Text Example


Text Example

White with #C8B729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B729; }

 p { color: rgb(200,183,41); }

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

background-color css

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

 a { background-color: rgb(200,183,41); }

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

border-color css

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

 span { border-color: rgb(200,183,41); }

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