Html Css Color HEX #C8B229 Old Gold

📋 copy color: '#C8B229'

red 200 ◦ green 178 ◦ blue 41

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

Shades of Old Gold #C8B229

Tints of Old Gold #C8B229

RGB

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

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

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

R = 47.73%
G = 42.48%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8B229 (or 0xC8B229) is known color: Old Gold. HEX triplet: C8, B2 and 29. RGB value is (200,178,41). Sum of RGB (Red+Green+Blue) = 200+178+41=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B229 is #374DD6. Grayscale: #A9A9A9. Windows color (decimal): -3624407 or 2732744. OLE color: 2732744.

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

Color convert

RGB 200 178 41 -
CMYK 0 0.11 0.80 0.22
HSL 51.7º 0.66% 0.47% -
HSV(B) 51.7º 0.8% 0.78% -
XYZ 40.14 44.28 8.53 -
YUV 168.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 200 178 41 0 0.11 0.80 0.22 51.7 0.66 0.47
Hex C8 B2 29 0 B 50 16 34 42 2F
Octal 310 262 51 0 13 120 26 64 102 57
Binary 11001000 10110010 101001 0 1011 1010000 10110 110100 1000010 101111

Color Harmonies of #C8B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B229

Black with #C8B229

Text Example


Text Example

White with #C8B229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B229; }

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

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

background-color css

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

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

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

border-color css

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

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

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