Html Css Color HEX #C4AF3E Old Gold

📋 copy color: '#C4AF3E'

red 196 ◦ green 175 ◦ blue 62

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

Shades of Old Gold #C4AF3E

Tints of Old Gold #C4AF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 45.27%
G = 40.42%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4AF3E (or 0xC4AF3E) is known color: Old Gold. HEX triplet: C4, AF and 3E. RGB value is (196,175,62). Sum of RGB (Red+Green+Blue) = 196+175+62=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF3E is #3B50C1. Grayscale: #A8A8A8. Windows color (decimal): -3887298 or 4108228. OLE color: 4108228.

HSL color Cylindrical-coordinate representation of color #C4AF3E: hue angle of 50.6º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4AF3E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 62 -
CMYK 0 0.11 0.68 0.23
HSL 50.6º 0.53% 0.51% -
HSV(B) 50.6º 0.68% 0.77% -
XYZ 38.96 42.74 10.75 -
YUV 168.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 196 175 62 0 0.11 0.68 0.23 50.6 0.53 0.51
Hex C4 AF 3E 0 B 44 17 33 35 33
Octal 304 257 76 0 13 104 27 63 65 63
Binary 11000100 10101111 111110 0 1011 1000100 10111 110011 110101 110011

Color Harmonies of #C4AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF3E

Black with #C4AF3E

Text Example


Text Example

White with #C4AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF3E; }

 p { color: rgb(196,175,62); }

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

background-color css

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

 a { background-color: rgb(196,175,62); }

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

border-color css

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

 span { border-color: rgb(196,175,62); }

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