Html Css Color HEX #D29A68 Whiskey

📋 copy color: '#D29A68'

red 210 ◦ green 154 ◦ blue 104

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

Shades of Whiskey #D29A68

Tints of Whiskey #D29A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.91%

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 44.87%
G = 32.91%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29A68 (or 0xD29A68) is known color: Whiskey. HEX triplet: D2, 9A and 68. RGB value is (210,154,104). Sum of RGB (Red+Green+Blue) = 210+154+104=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A68 is #2D6597. Grayscale: #A5A5A5. Windows color (decimal): -2975128 or 6855378. OLE color: 6855378.

HSL color Cylindrical-coordinate representation of color #D29A68: hue angle of 28.3º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D29A68 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 104 -
CMYK 0 0.27 0.50 0.18
HSL 28.3º 0.54% 0.62% -
HSV(B) 28.3º 0.5% 0.82% -
XYZ 40.63 37.81 18.25 -
YUV 165.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 210 154 104 0 0.27 0.50 0.18 28.3 0.54 0.62
Hex D2 9A 68 0 1B 32 12 1C 36 3E
Octal 322 232 150 0 33 62 22 34 66 76
Binary 11010010 10011010 1101000 0 11011 110010 10010 11100 110110 111110

Color Harmonies of #D29A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A68

Black with #D29A68

Text Example


Text Example

White with #D29A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A68; }

 p { color: rgb(210,154,104); }

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

background-color css

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

 a { background-color: rgb(210,154,104); }

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

border-color css

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

 span { border-color: rgb(210,154,104); }

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