Html Css Color HEX #D29F65 Apache

📋 copy color: '#D29F65'

red 210 ◦ green 159 ◦ blue 101

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

Shades of Apache #D29F65

Tints of Apache #D29F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 44.68%
G = 33.83%
B = 21.49%

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

#D29F65 (or 0xD29F65) is known color: Apache. HEX triplet: D2, 9F and 65. RGB value is (210,159,101). Sum of RGB (Red+Green+Blue) = 210+159+101=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F65 is #2D609A. Grayscale: #A7A7A7. Windows color (decimal): -2973851 or 6660050. OLE color: 6660050.

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

Color convert

RGB 210 159 101 -
CMYK 0 0.24 0.52 0.18
HSL 31.93º 0.55% 0.61% -
HSV(B) 31.93º 0.52% 0.82% -
XYZ 41.33 39.44 17.75 -
YUV 167.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 210 159 101 0 0.24 0.52 0.18 31.93 0.55 0.61
Hex D2 9F 65 0 18 34 12 20 37 3D
Octal 322 237 145 0 30 64 22 40 67 75
Binary 11010010 10011111 1100101 0 11000 110100 10010 100000 110111 111101

Color Harmonies of #D29F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F65

Black with #D29F65

Text Example


Text Example

White with #D29F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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