Html Css Color HEX #D29565 Whiskey

📋 copy color: '#D29565'

red 210 ◦ green 149 ◦ blue 101

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

Shades of Whiskey #D29565

Tints of Whiskey #D29565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.39%

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

R = 45.65%
G = 32.39%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29565 (or 0xD29565) is known color: Whiskey. HEX triplet: D2, 95 and 65. RGB value is (210,149,101). Sum of RGB (Red+Green+Blue) = 210+149+101=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29565 is #2D6A9A. Grayscale: #A2A2A2. Windows color (decimal): -2976411 or 6657490. OLE color: 6657490.

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

Color convert

RGB 210 149 101 -
CMYK 0 0.29 0.52 0.18
HSL 26.42º 0.55% 0.61% -
HSV(B) 26.42º 0.52% 0.82% -
XYZ 39.67 36.14 17.2 -
YUV 161.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 210 149 101 0 0.29 0.52 0.18 26.42 0.55 0.61
Hex D2 95 65 0 1D 34 12 1A 37 3D
Octal 322 225 145 0 35 64 22 32 67 75
Binary 11010010 10010101 1100101 0 11101 110100 10010 11010 110111 111101

Color Harmonies of #D29565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29565

Black with #D29565

Text Example


Text Example

White with #D29565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29565; }

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

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

background-color css

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

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

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

border-color css

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

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

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