Html Css Color HEX #DDA75F Apache

📋 copy color: '#DDA75F'

red 221 ◦ green 167 ◦ blue 95

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

Shades of Apache #DDA75F

Tints of Apache #DDA75F

RGB

 RED value IS 221 (86.72% from 255) = 45.76%

 GREEN value IS 167 (65.63% from 255) = 34.58%

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 45.76%
G = 34.58%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA75F (or 0xDDA75F) is known color: Apache. HEX triplet: DD, A7 and 5F. RGB value is (221,167,95). Sum of RGB (Red+Green+Blue) = 221+167+95=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA75F is #2258A0. Grayscale: #AFAFAF. Windows color (decimal): -2250913 or 6268893. OLE color: 6268893.

HSL color Cylindrical-coordinate representation of color #DDA75F: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDA75F is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 95 -
CMYK 0 0.24 0.57 0.13
HSL 34.29º 0.65% 0.62% -
HSV(B) 34.29º 0.57% 0.87% -
XYZ 45.7 43.84 16.88 -
YUV 174.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 221 167 95 0 0.24 0.57 0.13 34.29 0.65 0.62
Hex DD A7 5F 0 18 39 D 22 41 3E
Octal 335 247 137 0 30 71 15 42 101 76
Binary 11011101 10100111 1011111 0 11000 111001 1101 100010 1000001 111110

Color Harmonies of #DDA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA75F

Black with #DDA75F

Text Example


Text Example

White with #DDA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA75F; }

 p { color: rgb(221,167,95); }

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

background-color css

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

 a { background-color: rgb(221,167,95); }

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

border-color css

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

 span { border-color: rgb(221,167,95); }

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