Html Css Color HEX #D0AE42 Old Gold

📋 copy color: '#D0AE42'

red 208 ◦ green 174 ◦ blue 66

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

Shades of Old Gold #D0AE42

Tints of Old Gold #D0AE42

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

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

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 46.43%
G = 38.84%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0AE42 (or 0xD0AE42) is known color: Old Gold. HEX triplet: D0, AE and 42. RGB value is (208,174,66). Sum of RGB (Red+Green+Blue) = 208+174+66=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AE42 is #2F51BD. Grayscale: #ACACAC. Windows color (decimal): -3101118 or 4370128. OLE color: 4370128.

HSL color Cylindrical-coordinate representation of color #D0AE42: hue angle of 45.63º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AE42 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 66 -
CMYK 0 0.16 0.68 0.18
HSL 45.63º 0.6% 0.54% -
HSV(B) 45.63º 0.68% 0.82% -
XYZ 42.13 44.08 11.44 -
YUV 171.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 208 174 66 0 0.16 0.68 0.18 45.63 0.6 0.54
Hex D0 AE 42 0 10 44 12 2E 3C 36
Octal 320 256 102 0 20 104 22 56 74 66
Binary 11010000 10101110 1000010 0 10000 1000100 10010 101110 111100 110110

Color Harmonies of #D0AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE42

Black with #D0AE42

Text Example


Text Example

White with #D0AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE42; }

 p { color: rgb(208,174,66); }

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

background-color css

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

 a { background-color: rgb(208,174,66); }

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

border-color css

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

 span { border-color: rgb(208,174,66); }

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