Html Css Color HEX #C2AF33 Old Gold

📋 copy color: '#C2AF33'

red 194 ◦ green 175 ◦ blue 51

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

Shades of Old Gold #C2AF33

Tints of Old Gold #C2AF33

RGB

 RED value IS 194 (76.17% from 255) = 46.19%

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

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 46.19%
G = 41.67%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2AF33 (or 0xC2AF33) is known color: Old Gold. HEX triplet: C2, AF and 33. RGB value is (194,175,51). Sum of RGB (Red+Green+Blue) = 194+175+51=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF33 is #3D50CC. Grayscale: #A7A7A7. Windows color (decimal): -4018381 or 3387330. OLE color: 3387330.

HSL color Cylindrical-coordinate representation of color #C2AF33: hue angle of 52.03º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2AF33 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 51 -
CMYK 0 0.10 0.74 0.24
HSL 52.03º 0.58% 0.48% -
HSV(B) 52.03º 0.74% 0.76% -
XYZ 38.18 42.37 9.3 -
YUV 166.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 194 175 51 0 0.10 0.74 0.24 52.03 0.58 0.48
Hex C2 AF 33 0 A 4A 18 34 3A 30
Octal 302 257 63 0 12 112 30 64 72 60
Binary 11000010 10101111 110011 0 1010 1001010 11000 110100 111010 110000

Color Harmonies of #C2AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF33

Black with #C2AF33

Text Example


Text Example

White with #C2AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF33; }

 p { color: rgb(194,175,51); }

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

background-color css

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

 a { background-color: rgb(194,175,51); }

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

border-color css

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

 span { border-color: rgb(194,175,51); }

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