Html Css Color HEX #C8B628 Old Gold

📋 copy color: '#C8B628'

red 200 ◦ green 182 ◦ blue 40

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

Shades of Old Gold #C8B628

Tints of Old Gold #C8B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

 BLUE value IS 40 (16.02% from 255) = 9.48%

R = 47.39%
G = 43.13%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8B628 (or 0xC8B628) is known color: Old Gold. HEX triplet: C8, B6 and 28. RGB value is (200,182,40). Sum of RGB (Red+Green+Blue) = 200+182+40=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B628 is #3749D7. Grayscale: #ABABAB. Windows color (decimal): -3623384 or 2668232. OLE color: 2668232.

HSL color Cylindrical-coordinate representation of color #C8B628: hue angle of 53.25º degrees, saturation: 0.67, 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 #C8B628 is Cyan = 0, Magento = 0.09, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 40 -
CMYK 0 0.09 0.8 0.22
HSL 53.25º 0.67% 0.47% -
HSV(B) 53.25º 0.8% 0.78% -
XYZ 40.93 45.89 8.71 -
YUV 171.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 200 182 40 0 0.09 0.8 0.22 53.25 0.67 0.47
Hex C8 B6 28 0 9 50 16 35 43 2F
Octal 310 266 50 0 11 120 26 65 103 57
Binary 11001000 10110110 101000 0 1001 1010000 10110 110101 1000011 101111

Color Harmonies of #C8B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B628

Black with #C8B628

Text Example


Text Example

White with #C8B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B628; }

 p { color: rgb(200,182,40); }

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

background-color css

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

 a { background-color: rgb(200,182,40); }

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

border-color css

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

 span { border-color: rgb(200,182,40); }

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