Html Css Color HEX #C4B239 Old Gold

📋 copy color: '#C4B239'

red 196 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #C4B239

Tints of Old Gold #C4B239

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

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

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

R = 45.48%
G = 41.3%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4B239 (or 0xC4B239) is known color: Old Gold. HEX triplet: C4, B2 and 39. RGB value is (196,178,57). Sum of RGB (Red+Green+Blue) = 196+178+57=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B239 is #3B4DC6. Grayscale: #AAAAAA. Windows color (decimal): -3886535 or 3781316. OLE color: 3781316.

HSL color Cylindrical-coordinate representation of color #C4B239: hue angle of 52.23º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4B239 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 57 -
CMYK 0 0.09 0.71 0.23
HSL 52.23º 0.55% 0.5% -
HSV(B) 52.23º 0.71% 0.77% -
XYZ 39.42 43.87 10.26 -
YUV 169.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 196 178 57 0 0.09 0.71 0.23 52.23 0.55 0.5
Hex C4 B2 39 0 9 47 17 34 37 32
Octal 304 262 71 0 11 107 27 64 67 62
Binary 11000100 10110010 111001 0 1001 1000111 10111 110100 110111 110010

Color Harmonies of #C4B239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B239

Black with #C4B239

Text Example


Text Example

White with #C4B239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B239; }

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

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

background-color css

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

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

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

border-color css

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

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

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