Html Css Color HEX #D29D54 Apache

📋 copy color: '#D29D54'

red 210 ◦ green 157 ◦ blue 84

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

Shades of Apache #D29D54

Tints of Apache #D29D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.63%

R = 46.56%
G = 34.81%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D29D54 (or 0xD29D54) is known color: Apache. HEX triplet: D2, 9D and 54. RGB value is (210,157,84). Sum of RGB (Red+Green+Blue) = 210+157+84=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D54 is #2D62AB. Grayscale: #A4A4A4. Windows color (decimal): -2974380 or 5545426. OLE color: 5545426.

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

Color convert

RGB 210 157 84 -
CMYK 0 0.25 0.6 0.18
HSL 34.76º 0.58% 0.58% -
HSV(B) 34.76º 0.6% 0.82% -
XYZ 40.24 38.46 13.69 -
YUV 164.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 210 157 84 0 0.25 0.6 0.18 34.76 0.58 0.58
Hex D2 9D 54 0 19 3C 12 23 3A 3A
Octal 322 235 124 0 31 74 22 43 72 72
Binary 11010010 10011101 1010100 0 11001 111100 10010 100011 111010 111010

Color Harmonies of #D29D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D54

Black with #D29D54

Text Example


Text Example

White with #D29D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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