Html Css Color HEX #D09D4E Apache

📋 copy color: '#D09D4E'

red 208 ◦ green 157 ◦ blue 78

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

Shades of Apache #D09D4E

Tints of Apache #D09D4E

RGB

 RED value IS 208 (81.64% from 255) = 46.95%

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

 BLUE value IS 78 (30.86% from 255) = 17.61%

R = 46.95%
G = 35.44%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D09D4E (or 0xD09D4E) is known color: Apache. HEX triplet: D0, 9D and 4E. RGB value is (208,157,78). Sum of RGB (Red+Green+Blue) = 208+157+78=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D4E is #2F62B1. Grayscale: #A3A3A3. Windows color (decimal): -3105458 or 5152208. OLE color: 5152208.

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

Color convert

RGB 208 157 78 -
CMYK 0 0.25 0.62 0.18
HSL 36.46º 0.58% 0.56% -
HSV(B) 36.46º 0.63% 0.82% -
XYZ 39.44 38.07 12.48 -
YUV 163.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 208 157 78 0 0.25 0.62 0.18 36.46 0.58 0.56
Hex D0 9D 4E 0 19 3E 12 24 3A 38
Octal 320 235 116 0 31 76 22 44 72 70
Binary 11010000 10011101 1001110 0 11001 111110 10010 100100 111010 111000

Color Harmonies of #D09D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D4E

Black with #D09D4E

Text Example


Text Example

White with #D09D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D4E; }

 p { color: rgb(208,157,78); }

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

background-color css

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

 a { background-color: rgb(208,157,78); }

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

border-color css

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

 span { border-color: rgb(208,157,78); }

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