Html Css Color HEX #D2AE58 Apache

📋 copy color: '#D2AE58'

red 210 ◦ green 174 ◦ blue 88

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

Shades of Apache #D2AE58

Tints of Apache #D2AE58

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

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

 BLUE value IS 88 (34.77% from 255) = 18.64%

R = 44.49%
G = 36.86%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2AE58 (or 0xD2AE58) is known color: Apache. HEX triplet: D2, AE and 58. RGB value is (210,174,88). Sum of RGB (Red+Green+Blue) = 210+174+88=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE58 is #2D51A7. Grayscale: #AFAFAF. Windows color (decimal): -2970024 or 5811922. OLE color: 5811922.

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

Color convert

RGB 210 174 88 -
CMYK 0 0.17 0.58 0.18
HSL 42.3º 0.58% 0.58% -
HSV(B) 42.3º 0.58% 0.82% -
XYZ 43.48 44.68 15.56 -
YUV 174.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 210 174 88 0 0.17 0.58 0.18 42.3 0.58 0.58
Hex D2 AE 58 0 11 3A 12 2A 3A 3A
Octal 322 256 130 0 21 72 22 52 72 72
Binary 11010010 10101110 1011000 0 10001 111010 10010 101010 111010 111010

Color Harmonies of #D2AE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE58

Black with #D2AE58

Text Example


Text Example

White with #D2AE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE58; }

 p { color: rgb(210,174,88); }

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

background-color css

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

 a { background-color: rgb(210,174,88); }

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

border-color css

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

 span { border-color: rgb(210,174,88); }

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