Html Css Color HEX #D29F64 Apache

📋 copy color: '#D29F64'

red 210 ◦ green 159 ◦ blue 100

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

Shades of Apache #D29F64

Tints of Apache #D29F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 44.78%
G = 33.9%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29F64 (or 0xD29F64) is known color: Apache. HEX triplet: D2, 9F and 64. RGB value is (210,159,100). Sum of RGB (Red+Green+Blue) = 210+159+100=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F64 is #2D609B. Grayscale: #A7A7A7. Windows color (decimal): -2973852 or 6594514. OLE color: 6594514.

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

Color convert

RGB 210 159 100 -
CMYK 0 0.24 0.52 0.18
HSL 32.18º 0.55% 0.61% -
HSV(B) 32.18º 0.52% 0.82% -
XYZ 41.28 39.42 17.49 -
YUV 167.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 210 159 100 0 0.24 0.52 0.18 32.18 0.55 0.61
Hex D2 9F 64 0 18 34 12 20 37 3D
Octal 322 237 144 0 30 64 22 40 67 75
Binary 11010010 10011111 1100100 0 11000 110100 10010 100000 110111 111101

Color Harmonies of #D29F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F64

Black with #D29F64

Text Example


Text Example

White with #D29F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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