Html Css Color HEX #D09B54 Apache

📋 copy color: '#D09B54'

red 208 ◦ green 155 ◦ blue 84

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

Shades of Apache #D09B54

Tints of Apache #D09B54

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.68%

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

R = 46.53%
G = 34.68%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09B54 (or 0xD09B54) is known color: Apache. HEX triplet: D0, 9B and 54. RGB value is (208,155,84). Sum of RGB (Red+Green+Blue) = 208+155+84=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B54 is #2F64AB. Grayscale: #A3A3A3. Windows color (decimal): -3105964 or 5544912. OLE color: 5544912.

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

Color convert

RGB 208 155 84 -
CMYK 0 0.25 0.60 0.18
HSL 34.35º 0.57% 0.57% -
HSV(B) 34.35º 0.6% 0.82% -
XYZ 39.33 37.49 13.55 -
YUV 162.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 208 155 84 0 0.25 0.60 0.18 34.35 0.57 0.57
Hex D0 9B 54 0 19 3C 12 22 39 39
Octal 320 233 124 0 31 74 22 42 71 71
Binary 11010000 10011011 1010100 0 11001 111100 10010 100010 111001 111001

Color Harmonies of #D09B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B54

Black with #D09B54

Text Example


Text Example

White with #D09B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B54; }

 p { color: rgb(208,155,84); }

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

background-color css

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

 a { background-color: rgb(208,155,84); }

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

border-color css

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

 span { border-color: rgb(208,155,84); }

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