Html Css Color HEX #D29E5B Apache

📋 copy color: '#D29E5B'

red 210 ◦ green 158 ◦ blue 91

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

Shades of Apache #D29E5B

Tints of Apache #D29E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 45.75%
G = 34.42%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D29E5B (or 0xD29E5B) is known color: Apache. HEX triplet: D2, 9E and 5B. RGB value is (210,158,91). Sum of RGB (Red+Green+Blue) = 210+158+91=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E5B is #2D61A4. Grayscale: #A6A6A6. Windows color (decimal): -2974117 or 6004434. OLE color: 6004434.

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

Color convert

RGB 210 158 91 -
CMYK 0 0.25 0.57 0.18
HSL 33.78º 0.57% 0.59% -
HSV(B) 33.78º 0.57% 0.82% -
XYZ 40.69 38.91 15.26 -
YUV 165.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 210 158 91 0 0.25 0.57 0.18 33.78 0.57 0.59
Hex D2 9E 5B 0 19 39 12 22 39 3B
Octal 322 236 133 0 31 71 22 42 71 73
Binary 11010010 10011110 1011011 0 11001 111001 10010 100010 111001 111011

Color Harmonies of #D29E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E5B

Black with #D29E5B

Text Example


Text Example

White with #D29E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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