Html Css Color HEX #C8AE34 Old Gold

📋 copy color: '#C8AE34'

red 200 ◦ green 174 ◦ blue 52

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

Shades of Old Gold #C8AE34

Tints of Old Gold #C8AE34

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.85%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 46.95%
G = 40.85%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8AE34 (or 0xC8AE34) is known color: Old Gold. HEX triplet: C8, AE and 34. RGB value is (200,174,52). Sum of RGB (Red+Green+Blue) = 200+174+52=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE34 is #3751CB. Grayscale: #A8A8A8. Windows color (decimal): -3625420 or 3452616. OLE color: 3452616.

HSL color Cylindrical-coordinate representation of color #C8AE34: hue angle of 49.46º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8AE34 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 52 -
CMYK 0 0.13 0.74 0.22
HSL 49.46º 0.59% 0.49% -
HSV(B) 49.46º 0.74% 0.78% -
XYZ 39.58 42.8 9.42 -
YUV 167.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 200 174 52 0 0.13 0.74 0.22 49.46 0.59 0.49
Hex C8 AE 34 0 D 4A 16 31 3B 31
Octal 310 256 64 0 15 112 26 61 73 61
Binary 11001000 10101110 110100 0 1101 1001010 10110 110001 111011 110001

Color Harmonies of #C8AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE34

Black with #C8AE34

Text Example


Text Example

White with #C8AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE34; }

 p { color: rgb(200,174,52); }

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

background-color css

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

 a { background-color: rgb(200,174,52); }

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

border-color css

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

 span { border-color: rgb(200,174,52); }

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