Html Css Color HEX #D19D4D Apache

📋 copy color: '#D19D4D'

red 209 ◦ green 157 ◦ blue 77

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

Shades of Apache #D19D4D

Tints of Apache #D19D4D

RGB

 RED value IS 209 (82.03% from 255) = 47.18%

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

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 47.18%
G = 35.44%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D19D4D (or 0xD19D4D) is known color: Apache. HEX triplet: D1, 9D and 4D. RGB value is (209,157,77). Sum of RGB (Red+Green+Blue) = 209+157+77=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D4D is #2E62B2. Grayscale: #A3A3A3. Windows color (decimal): -3039923 or 5086673. OLE color: 5086673.

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

Color convert

RGB 209 157 77 -
CMYK 0 0.25 0.63 0.18
HSL 36.36º 0.59% 0.56% -
HSV(B) 36.36º 0.63% 0.82% -
XYZ 39.69 38.21 12.3 -
YUV 163.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 209 157 77 0 0.25 0.63 0.18 36.36 0.59 0.56
Hex D1 9D 4D 0 19 3F 12 24 3B 38
Octal 321 235 115 0 31 77 22 44 73 70
Binary 11010001 10011101 1001101 0 11001 111111 10010 100100 111011 111000

Color Harmonies of #D19D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D4D

Black with #D19D4D

Text Example


Text Example

White with #D19D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D4D; }

 p { color: rgb(209,157,77); }

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

background-color css

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

 a { background-color: rgb(209,157,77); }

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

border-color css

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

 span { border-color: rgb(209,157,77); }

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