Html Css Color HEX #D09C4F Apache

📋 copy color: '#D09C4F'

red 208 ◦ green 156 ◦ blue 79

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

Shades of Apache #D09C4F

Tints of Apache #D09C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 46.95%
G = 35.21%
B = 17.83%

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

#D09C4F (or 0xD09C4F) is known color: Apache. HEX triplet: D0, 9C and 4F. RGB value is (208,156,79). Sum of RGB (Red+Green+Blue) = 208+156+79=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C4F is #2F63B0. Grayscale: #A3A3A3. Windows color (decimal): -3105713 or 5217488. OLE color: 5217488.

HSL color Cylindrical-coordinate representation of color #D09C4F: hue angle of 35.81º 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 #D09C4F is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 79 -
CMYK 0 0.25 0.62 0.18
HSL 35.81º 0.58% 0.56% -
HSV(B) 35.81º 0.62% 0.82% -
XYZ 39.31 37.75 12.61 -
YUV 162.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 208 156 79 0 0.25 0.62 0.18 35.81 0.58 0.56
Hex D0 9C 4F 0 19 3E 12 24 3A 38
Octal 320 234 117 0 31 76 22 44 72 70
Binary 11010000 10011100 1001111 0 11001 111110 10010 100100 111010 111000

Color Harmonies of #D09C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C4F

Black with #D09C4F

Text Example


Text Example

White with #D09C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C4F; }

 p { color: rgb(208,156,79); }

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

background-color css

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

 a { background-color: rgb(208,156,79); }

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

border-color css

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

 span { border-color: rgb(208,156,79); }

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