Html Css Color HEX #D29265 Whiskey

📋 copy color: '#D29265'

red 210 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #D29265

Tints of Whiskey #D29265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.95%

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

R = 45.95%
G = 31.95%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29265 (or 0xD29265) is known color: Whiskey. HEX triplet: D2, 92 and 65. RGB value is (210,146,101). Sum of RGB (Red+Green+Blue) = 210+146+101=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29265 is #2D6D9A. Grayscale: #A0A0A0. Windows color (decimal): -2977179 or 6656722. OLE color: 6656722.

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

Color convert

RGB 210 146 101 -
CMYK 0 0.30 0.52 0.18
HSL 24.77º 0.55% 0.61% -
HSV(B) 24.77º 0.52% 0.82% -
XYZ 39.21 35.2 17.04 -
YUV 160.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 210 146 101 0 0.30 0.52 0.18 24.77 0.55 0.61
Hex D2 92 65 0 1E 34 12 19 37 3D
Octal 322 222 145 0 36 64 22 31 67 75
Binary 11010010 10010010 1100101 0 11110 110100 10010 11001 110111 111101

Color Harmonies of #D29265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29265

Black with #D29265

Text Example


Text Example

White with #D29265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29265; }

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

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

background-color css

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

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

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

border-color css

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

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

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