Html Css Color HEX #D29765 Whiskey

📋 copy color: '#D29765'

red 210 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #D29765

Tints of Whiskey #D29765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.68%

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

R = 45.45%
G = 32.68%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29765 (or 0xD29765) is known color: Whiskey. HEX triplet: D2, 97 and 65. RGB value is (210,151,101). Sum of RGB (Red+Green+Blue) = 210+151+101=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D29765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29765 is #2D689A. Grayscale: #A3A3A3. Windows color (decimal): -2975899 or 6658002. OLE color: 6658002.

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

Color convert

RGB 210 151 101 -
CMYK 0 0.28 0.52 0.18
HSL 27.52º 0.55% 0.61% -
HSV(B) 27.52º 0.52% 0.82% -
XYZ 39.99 36.77 17.3 -
YUV 162.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 210 151 101 0 0.28 0.52 0.18 27.52 0.55 0.61
Hex D2 97 65 0 1C 34 12 1C 37 3D
Octal 322 227 145 0 34 64 22 34 67 75
Binary 11010010 10010111 1100101 0 11100 110100 10010 11100 110111 111101

Color Harmonies of #D29765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29765

Black with #D29765

Text Example


Text Example

White with #D29765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29765; }

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

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

background-color css

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

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

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

border-color css

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

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

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