Html Css Color HEX #C8BB39 Old Gold

📋 copy color: '#C8BB39'

red 200 ◦ green 187 ◦ blue 57

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

Shades of Old Gold #C8BB39

Tints of Old Gold #C8BB39

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.12%

 BLUE value IS 57 (22.66% from 255) = 12.84%

R = 45.05%
G = 42.12%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8BB39 (or 0xC8BB39) is known color: Old Gold. HEX triplet: C8, BB and 39. RGB value is (200,187,57). Sum of RGB (Red+Green+Blue) = 200+187+57=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB39 is #3744C6. Grayscale: #B0B0B0. Windows color (decimal): -3622087 or 3783624. OLE color: 3783624.

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

Color convert

RGB 200 187 57 -
CMYK 0 0.06 0.72 0.22
HSL 54.55º 0.57% 0.5% -
HSV(B) 54.55º 0.72% 0.78% -
XYZ 42.33 48.12 10.93 -
YUV 176.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 200 187 57 0 0.06 0.72 0.22 54.55 0.57 0.5
Hex C8 BB 39 0 6 48 16 37 39 32
Octal 310 273 71 0 6 110 26 67 71 62
Binary 11001000 10111011 111001 0 110 1001000 10110 110111 111001 110010

Color Harmonies of #C8BB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB39

Black with #C8BB39

Text Example


Text Example

White with #C8BB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB39; }

 p { color: rgb(200,187,57); }

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

background-color css

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

 a { background-color: rgb(200,187,57); }

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

border-color css

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

 span { border-color: rgb(200,187,57); }

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