Html Css Color HEX #C8B238 Old Gold

📋 copy color: '#C8B238'

red 200 ◦ green 178 ◦ blue 56

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

Shades of Old Gold #C8B238

Tints of Old Gold #C8B238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.9%

R = 46.08%
G = 41.01%
B = 12.9%

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

#C8B238 (or 0xC8B238) is known color: Old Gold. HEX triplet: C8, B2 and 38. RGB value is (200,178,56). Sum of RGB (Red+Green+Blue) = 200+178+56=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B238 is #374DC7. Grayscale: #ABABAB. Windows color (decimal): -3624392 or 3715784. OLE color: 3715784.

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

Color convert

RGB 200 178 56 -
CMYK 0 0.11 0.72 0.22
HSL 50.83º 0.57% 0.5% -
HSV(B) 50.83º 0.72% 0.78% -
XYZ 40.45 44.41 10.18 -
YUV 170.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 200 178 56 0 0.11 0.72 0.22 50.83 0.57 0.5
Hex C8 B2 38 0 B 48 16 33 39 32
Octal 310 262 70 0 13 110 26 63 71 62
Binary 11001000 10110010 111000 0 1011 1001000 10110 110011 111001 110010

Color Harmonies of #C8B238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B238

Black with #C8B238

Text Example


Text Example

White with #C8B238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B238; }

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

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

background-color css

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

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

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

border-color css

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

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

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