Html Css Color HEX #D29E55 Apache

📋 copy color: '#D29E55'

red 210 ◦ green 158 ◦ blue 85

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

Shades of Apache #D29E55

Tints of Apache #D29E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.88%

 BLUE value IS 85 (33.59% from 255) = 18.76%

R = 46.36%
G = 34.88%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D29E55 (or 0xD29E55) is known color: Apache. HEX triplet: D2, 9E and 55. RGB value is (210,158,85). Sum of RGB (Red+Green+Blue) = 210+158+85=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E55 is #2D61AA. Grayscale: #A5A5A5. Windows color (decimal): -2974123 or 5611218. OLE color: 5611218.

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

Color convert

RGB 210 158 85 -
CMYK 0 0.25 0.60 0.18
HSL 35.04º 0.58% 0.58% -
HSV(B) 35.04º 0.6% 0.82% -
XYZ 40.44 38.81 13.95 -
YUV 165.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 210 158 85 0 0.25 0.60 0.18 35.04 0.58 0.58
Hex D2 9E 55 0 19 3C 12 23 3A 3A
Octal 322 236 125 0 31 74 22 43 72 72
Binary 11010010 10011110 1010101 0 11001 111100 10010 100011 111010 111010

Color Harmonies of #D29E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E55

Black with #D29E55

Text Example


Text Example

White with #D29E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E55; }

 p { color: rgb(210,158,85); }

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

background-color css

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

 a { background-color: rgb(210,158,85); }

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

border-color css

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

 span { border-color: rgb(210,158,85); }

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