Html Css Color HEX #D2A65C Apache

📋 copy color: '#D2A65C'

red 210 ◦ green 166 ◦ blue 92

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

Shades of Apache #D2A65C

Tints of Apache #D2A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 44.87%
G = 35.47%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2A65C (or 0xD2A65C) is known color: Apache. HEX triplet: D2, A6 and 5C. RGB value is (210,166,92). Sum of RGB (Red+Green+Blue) = 210+166+92=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A65C is #2D59A3. Grayscale: #ABABAB. Windows color (decimal): -2972068 or 6072018. OLE color: 6072018.

HSL color Cylindrical-coordinate representation of color #D2A65C: hue angle of 37.63º 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 #D2A65C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 92 -
CMYK 0 0.21 0.56 0.18
HSL 37.63º 0.57% 0.59% -
HSV(B) 37.63º 0.56% 0.82% -
XYZ 42.15 41.75 15.96 -
YUV 170.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 210 166 92 0 0.21 0.56 0.18 37.63 0.57 0.59
Hex D2 A6 5C 0 15 38 12 26 39 3B
Octal 322 246 134 0 25 70 22 46 71 73
Binary 11010010 10100110 1011100 0 10101 111000 10010 100110 111001 111011

Color Harmonies of #D2A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A65C

Black with #D2A65C

Text Example


Text Example

White with #D2A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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