Html Css Color HEX #D29F5C Apache

📋 copy color: '#D29F5C'

red 210 ◦ green 159 ◦ blue 92

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

Shades of Apache #D29F5C

Tints of Apache #D29F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 45.55%
G = 34.49%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D29F5C (or 0xD29F5C) is known color: Apache. HEX triplet: D2, 9F and 5C. RGB value is (210,159,92). Sum of RGB (Red+Green+Blue) = 210+159+92=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F5C is #2D60A3. Grayscale: #A6A6A6. Windows color (decimal): -2973860 or 6070226. OLE color: 6070226.

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

Color convert

RGB 210 159 92 -
CMYK 0 0.24 0.56 0.18
HSL 34.07º 0.57% 0.59% -
HSV(B) 34.07º 0.56% 0.82% -
XYZ 40.91 39.27 15.55 -
YUV 166.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 210 159 92 0 0.24 0.56 0.18 34.07 0.57 0.59
Hex D2 9F 5C 0 18 38 12 22 39 3B
Octal 322 237 134 0 30 70 22 42 71 73
Binary 11010010 10011111 1011100 0 11000 111000 10010 100010 111001 111011

Color Harmonies of #D29F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F5C

Black with #D29F5C

Text Example


Text Example

White with #D29F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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