Html Css Color HEX #D09D57 Apache

📋 copy color: '#D09D57'

red 208 ◦ green 157 ◦ blue 87

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

Shades of Apache #D09D57

Tints of Apache #D09D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.25%

R = 46.02%
G = 34.73%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D09D57 (or 0xD09D57) is known color: Apache. HEX triplet: D0, 9D and 57. RGB value is (208,157,87). Sum of RGB (Red+Green+Blue) = 208+157+87=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D57 is #2F62A8. Grayscale: #A4A4A4. Windows color (decimal): -3105449 or 5742032. OLE color: 5742032.

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

Color convert

RGB 208 157 87 -
CMYK 0 0.25 0.58 0.18
HSL 34.71º 0.56% 0.58% -
HSV(B) 34.71º 0.58% 0.82% -
XYZ 39.79 38.21 14.3 -
YUV 164.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 208 157 87 0 0.25 0.58 0.18 34.71 0.56 0.58
Hex D0 9D 57 0 19 3A 12 23 38 3A
Octal 320 235 127 0 31 72 22 43 70 72
Binary 11010000 10011101 1010111 0 11001 111010 10010 100011 111000 111010

Color Harmonies of #D09D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D57

Black with #D09D57

Text Example


Text Example

White with #D09D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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