Html Css Color HEX #D09D5C Apache

📋 copy color: '#D09D5C'

red 208 ◦ green 157 ◦ blue 92

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

Shades of Apache #D09D5C

Tints of Apache #D09D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.13%

R = 45.51%
G = 34.35%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D09D5C (or 0xD09D5C) is known color: Apache. HEX triplet: D0, 9D and 5C. RGB value is (208,157,92). Sum of RGB (Red+Green+Blue) = 208+157+92=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D5C is #2F62A3. Grayscale: #A5A5A5. Windows color (decimal): -3105444 or 6069712. OLE color: 6069712.

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

Color convert

RGB 208 157 92 -
CMYK 0 0.25 0.56 0.18
HSL 33.62º 0.55% 0.59% -
HSV(B) 33.62º 0.56% 0.82% -
XYZ 40 38.3 15.41 -
YUV 164.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 208 157 92 0 0.25 0.56 0.18 33.62 0.55 0.59
Hex D0 9D 5C 0 19 38 12 22 37 3B
Octal 320 235 134 0 31 70 22 42 67 73
Binary 11010000 10011101 1011100 0 11001 111000 10010 100010 110111 111011

Color Harmonies of #D09D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D5C

Black with #D09D5C

Text Example


Text Example

White with #D09D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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