Html Css Color HEX #C8B737 Old Gold

📋 copy color: '#C8B737'

red 200 ◦ green 183 ◦ blue 55

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

Shades of Old Gold #C8B737

Tints of Old Gold #C8B737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.56%

R = 45.66%
G = 41.78%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B737 (or 0xC8B737) is known color: Old Gold. HEX triplet: C8, B7 and 37. RGB value is (200,183,55). Sum of RGB (Red+Green+Blue) = 200+183+55=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B737 is #3748C8. Grayscale: #AEAEAE. Windows color (decimal): -3623113 or 3651528. OLE color: 3651528.

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

Color convert

RGB 200 183 55 -
CMYK 0 0.08 0.72 0.22
HSL 52.97º 0.57% 0.5% -
HSV(B) 52.97º 0.73% 0.78% -
XYZ 41.44 46.42 10.39 -
YUV 173.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 200 183 55 0 0.08 0.72 0.22 52.97 0.57 0.5
Hex C8 B7 37 0 8 48 16 35 39 32
Octal 310 267 67 0 10 110 26 65 71 62
Binary 11001000 10110111 110111 0 1000 1001000 10110 110101 111001 110010

Color Harmonies of #C8B737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B737

Black with #C8B737

Text Example


Text Example

White with #C8B737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B737; }

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

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

background-color css

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

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

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

border-color css

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

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

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