Html Css Color HEX #C4B935 Old Gold

📋 copy color: '#C4B935'

red 196 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #C4B935

Tints of Old Gold #C4B935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 53 (21.09% from 255) = 12.21%

R = 45.16%
G = 42.63%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4B935 (or 0xC4B935) is known color: Old Gold. HEX triplet: C4, B9 and 35. RGB value is (196,185,53). Sum of RGB (Red+Green+Blue) = 196+185+53=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B935 is #3B46CA. Grayscale: #ADADAD. Windows color (decimal): -3884747 or 3520964. OLE color: 3520964.

HSL color Cylindrical-coordinate representation of color #C4B935: hue angle of 55.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4B935 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 53 -
CMYK 0 0.06 0.73 0.23
HSL 55.38º 0.57% 0.49% -
HSV(B) 55.38º 0.73% 0.77% -
XYZ 40.76 46.69 10.23 -
YUV 173.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 196 185 53 0 0.06 0.73 0.23 55.38 0.57 0.49
Hex C4 B9 35 0 6 49 17 37 39 31
Octal 304 271 65 0 6 111 27 67 71 61
Binary 11000100 10111001 110101 0 110 1001001 10111 110111 111001 110001

Color Harmonies of #C4B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B935

Black with #C4B935

Text Example


Text Example

White with #C4B935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B935; }

 p { color: rgb(196,185,53); }

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

background-color css

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

 a { background-color: rgb(196,185,53); }

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

border-color css

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

 span { border-color: rgb(196,185,53); }

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