Html Css Color HEX #D2AF5C Apache

📋 copy color: '#D2AF5C'

red 210 ◦ green 175 ◦ blue 92

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

Shades of Apache #D2AF5C

Tints of Apache #D2AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 44.03%
G = 36.69%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2AF5C (or 0xD2AF5C) is known color: Apache. HEX triplet: D2, AF and 5C. RGB value is (210,175,92). Sum of RGB (Red+Green+Blue) = 210+175+92=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF5C is #2D50A3. Grayscale: #B0B0B0. Windows color (decimal): -2969764 or 6074322. OLE color: 6074322.

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

Color convert

RGB 210 175 92 -
CMYK 0 0.17 0.56 0.18
HSL 42.2º 0.57% 0.59% -
HSV(B) 42.2º 0.56% 0.82% -
XYZ 43.84 45.13 16.53 -
YUV 176 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 210 175 92 0 0.17 0.56 0.18 42.2 0.57 0.59
Hex D2 AF 5C 0 11 38 12 2A 39 3B
Octal 322 257 134 0 21 70 22 52 71 73
Binary 11010010 10101111 1011100 0 10001 111000 10010 101010 111001 111011

Color Harmonies of #D2AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF5C

Black with #D2AF5C

Text Example


Text Example

White with #D2AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF5C; }

 p { color: rgb(210,175,92); }

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

background-color css

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

 a { background-color: rgb(210,175,92); }

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

border-color css

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

 span { border-color: rgb(210,175,92); }

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