Html Css Color HEX #D29D51 Apache

📋 copy color: '#D29D51'

red 210 ◦ green 157 ◦ blue 81

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

Shades of Apache #D29D51

Tints of Apache #D29D51

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 46.88%
G = 35.04%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D29D51 (or 0xD29D51) is known color: Apache. HEX triplet: D2, 9D and 51. RGB value is (210,157,81). Sum of RGB (Red+Green+Blue) = 210+157+81=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D51 is #2D62AE. Grayscale: #A4A4A4. Windows color (decimal): -2974383 or 5348818. OLE color: 5348818.

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

Color convert

RGB 210 157 81 -
CMYK 0 0.25 0.61 0.18
HSL 35.35º 0.59% 0.57% -
HSV(B) 35.35º 0.61% 0.82% -
XYZ 40.12 38.41 13.08 -
YUV 164.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 210 157 81 0 0.25 0.61 0.18 35.35 0.59 0.57
Hex D2 9D 51 0 19 3D 12 23 3B 39
Octal 322 235 121 0 31 75 22 43 73 71
Binary 11010010 10011101 1010001 0 11001 111101 10010 100011 111011 111001

Color Harmonies of #D29D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D51

Black with #D29D51

Text Example


Text Example

White with #D29D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D51; }

 p { color: rgb(210,157,81); }

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

background-color css

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

 a { background-color: rgb(210,157,81); }

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

border-color css

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

 span { border-color: rgb(210,157,81); }

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