Html Css Color HEX #C8B935 Old Gold

📋 copy color: '#C8B935'

red 200 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #C8B935

Tints of Old Gold #C8B935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

 BLUE value IS 53 (21.09% from 255) = 12.1%

R = 45.66%
G = 42.24%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8B935 (or 0xC8B935) is known color: Old Gold. HEX triplet: C8, B9 and 35. RGB value is (200,185,53). Sum of RGB (Red+Green+Blue) = 200+185+53=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B935 is #3746CA. Grayscale: #AEAEAE. Windows color (decimal): -3622603 or 3520968. OLE color: 3520968.

HSL color Cylindrical-coordinate representation of color #C8B935: hue angle of 53.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8B935 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 53 -
CMYK 0 0.08 0.74 0.22
HSL 53.88º 0.58% 0.5% -
HSV(B) 53.88º 0.74% 0.78% -
XYZ 41.81 47.23 10.28 -
YUV 174.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 200 185 53 0 0.08 0.74 0.22 53.88 0.58 0.5
Hex C8 B9 35 0 8 4A 16 36 3A 32
Octal 310 271 65 0 10 112 26 66 72 62
Binary 11001000 10111001 110101 0 1000 1001010 10110 110110 111010 110010

Color Harmonies of #C8B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B935

Black with #C8B935

Text Example


Text Example

White with #C8B935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B935; }

 p { color: rgb(200,185,53); }

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

background-color css

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

 a { background-color: rgb(200,185,53); }

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

border-color css

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

 span { border-color: rgb(200,185,53); }

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