Html Css Color HEX #D09C58 Apache

📋 copy color: '#D09C58'

red 208 ◦ green 156 ◦ blue 88

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

Shades of Apache #D09C58

Tints of Apache #D09C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 46.02%
G = 34.51%
B = 19.47%

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

#D09C58 (or 0xD09C58) is known color: Apache. HEX triplet: D0, 9C and 58. RGB value is (208,156,88). Sum of RGB (Red+Green+Blue) = 208+156+88=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C58 is #2F63A7. Grayscale: #A4A4A4. Windows color (decimal): -3105704 or 5807312. OLE color: 5807312.

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

Color convert

RGB 208 156 88 -
CMYK 0 0.25 0.58 0.18
HSL 34º 0.56% 0.58% -
HSV(B) 34º 0.58% 0.82% -
XYZ 39.66 37.89 14.46 -
YUV 163.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 208 156 88 0 0.25 0.58 0.18 34 0.56 0.58
Hex D0 9C 58 0 19 3A 12 22 38 3A
Octal 320 234 130 0 31 72 22 42 70 72
Binary 11010000 10011100 1011000 0 11001 111010 10010 100010 111000 111010

Color Harmonies of #D09C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C58

Black with #D09C58

Text Example


Text Example

White with #D09C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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