Html Css Color HEX #D2A362 Apache

📋 copy color: '#D2A362'

red 210 ◦ green 163 ◦ blue 98

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

Shades of Apache #D2A362

Tints of Apache #D2A362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 98 (38.67% from 255) = 20.81%

R = 44.59%
G = 34.61%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D2A362 (or 0xD2A362) is known color: Apache. HEX triplet: D2, A3 and 62. RGB value is (210,163,98). Sum of RGB (Red+Green+Blue) = 210+163+98=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A362 is #2D5C9D. Grayscale: #A9A9A9. Windows color (decimal): -2972830 or 6464466. OLE color: 6464466.

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

Color convert

RGB 210 163 98 -
CMYK 0 0.22 0.53 0.18
HSL 34.82º 0.55% 0.6% -
HSV(B) 34.82º 0.53% 0.82% -
XYZ 41.88 40.78 17.22 -
YUV 169.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 210 163 98 0 0.22 0.53 0.18 34.82 0.55 0.6
Hex D2 A3 62 0 16 35 12 23 37 3C
Octal 322 243 142 0 26 65 22 43 67 74
Binary 11010010 10100011 1100010 0 10110 110101 10010 100011 110111 111100

Color Harmonies of #D2A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A362

Black with #D2A362

Text Example


Text Example

White with #D2A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A362; }

 p { color: rgb(210,163,98); }

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

background-color css

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

 a { background-color: rgb(210,163,98); }

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

border-color css

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

 span { border-color: rgb(210,163,98); }

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