Html Css Color HEX #D29F52 Apache

📋 copy color: '#D29F52'

red 210 ◦ green 159 ◦ blue 82

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

Shades of Apache #D29F52

Tints of Apache #D29F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 46.56%
G = 35.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D29F52 (or 0xD29F52) is known color: Apache. HEX triplet: D2, 9F and 52. RGB value is (210,159,82). Sum of RGB (Red+Green+Blue) = 210+159+82=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F52 is #2D60AD. Grayscale: #A5A5A5. Windows color (decimal): -2973870 or 5414866. OLE color: 5414866.

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

Color convert

RGB 210 159 82 -
CMYK 0 0.24 0.61 0.18
HSL 36.09º 0.59% 0.57% -
HSV(B) 36.09º 0.61% 0.82% -
XYZ 40.5 39.11 13.4 -
YUV 165.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 210 159 82 0 0.24 0.61 0.18 36.09 0.59 0.57
Hex D2 9F 52 0 18 3D 12 24 3B 39
Octal 322 237 122 0 30 75 22 44 73 71
Binary 11010010 10011111 1010010 0 11000 111101 10010 100100 111011 111001

Color Harmonies of #D29F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F52

Black with #D29F52

Text Example


Text Example

White with #D29F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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