Html Css Color HEX #D29F50 Apache

📋 copy color: '#D29F50'

red 210 ◦ green 159 ◦ blue 80

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

Shades of Apache #D29F50

Tints of Apache #D29F50

RGB

 RED value IS 210 (82.42% from 255) = 46.77%

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 46.77%
G = 35.41%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D29F50 (or 0xD29F50) is known color: Apache. HEX triplet: D2, 9F and 50. RGB value is (210,159,80). Sum of RGB (Red+Green+Blue) = 210+159+80=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F50 is #2D60AF. Grayscale: #A5A5A5. Windows color (decimal): -2973872 or 5283794. OLE color: 5283794.

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

Color convert

RGB 210 159 80 -
CMYK 0 0.24 0.62 0.18
HSL 36.46º 0.59% 0.57% -
HSV(B) 36.46º 0.62% 0.82% -
XYZ 40.42 39.08 13 -
YUV 165.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 210 159 80 0 0.24 0.62 0.18 36.46 0.59 0.57
Hex D2 9F 50 0 18 3E 12 24 3B 39
Octal 322 237 120 0 30 76 22 44 73 71
Binary 11010010 10011111 1010000 0 11000 111110 10010 100100 111011 111001

Color Harmonies of #D29F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F50

Black with #D29F50

Text Example


Text Example

White with #D29F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F50; }

 p { color: rgb(210,159,80); }

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

background-color css

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

 a { background-color: rgb(210,159,80); }

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

border-color css

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

 span { border-color: rgb(210,159,80); }

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