Html Css Color HEX #C8B239 Old Gold

📋 copy color: '#C8B239'

red 200 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #C8B239

Tints of Old Gold #C8B239

RGB

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

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

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

R = 45.98%
G = 40.92%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B239 (or 0xC8B239) is known color: Old Gold. HEX triplet: C8, B2 and 39. RGB value is (200,178,57). Sum of RGB (Red+Green+Blue) = 200+178+57=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B239 is #374DC6. Grayscale: #ABABAB. Windows color (decimal): -3624391 or 3781320. OLE color: 3781320.

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

Color convert

RGB 200 178 57 -
CMYK 0 0.11 0.72 0.22
HSL 50.77º 0.57% 0.5% -
HSV(B) 50.77º 0.72% 0.78% -
XYZ 40.48 44.42 10.31 -
YUV 170.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 200 178 57 0 0.11 0.72 0.22 50.77 0.57 0.5
Hex C8 B2 39 0 B 48 16 33 39 32
Octal 310 262 71 0 13 110 26 63 71 62
Binary 11001000 10110010 111001 0 1011 1001000 10110 110011 111001 110010

Color Harmonies of #C8B239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B239

Black with #C8B239

Text Example


Text Example

White with #C8B239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B239; }

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

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

background-color css

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

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

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

border-color css

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

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

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