Html Css Color HEX #D29E5C Apache

📋 copy color: '#D29E5C'

red 210 ◦ green 158 ◦ blue 92

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

Shades of Apache #D29E5C

Tints of Apache #D29E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

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

R = 45.65%
G = 34.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D29E5C (or 0xD29E5C) is known color: Apache. HEX triplet: D2, 9E and 5C. RGB value is (210,158,92). Sum of RGB (Red+Green+Blue) = 210+158+92=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E5C is #2D61A3. Grayscale: #A6A6A6. Windows color (decimal): -2974116 or 6069970. OLE color: 6069970.

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

Color convert

RGB 210 158 92 -
CMYK 0 0.25 0.56 0.18
HSL 33.56º 0.57% 0.59% -
HSV(B) 33.56º 0.56% 0.82% -
XYZ 40.74 38.93 15.49 -
YUV 166.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 210 158 92 0 0.25 0.56 0.18 33.56 0.57 0.59
Hex D2 9E 5C 0 19 38 12 22 39 3B
Octal 322 236 134 0 31 70 22 42 71 73
Binary 11010010 10011110 1011100 0 11001 111000 10010 100010 111001 111011

Color Harmonies of #D29E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E5C

Black with #D29E5C

Text Example


Text Example

White with #D29E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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