Html Css Color HEX #D29E6A Whiskey

📋 copy color: '#D29E6A'

red 210 ◦ green 158 ◦ blue 106

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

Shades of Whiskey #D29E6A

Tints of Whiskey #D29E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 44.3%
G = 33.33%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29E6A (or 0xD29E6A) is known color: Whiskey. HEX triplet: D2, 9E and 6A. RGB value is (210,158,106). Sum of RGB (Red+Green+Blue) = 210+158+106=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E6A is #2D6195. Grayscale: #A7A7A7. Windows color (decimal): -2974102 or 6987474. OLE color: 6987474.

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

Color convert

RGB 210 158 106 -
CMYK 0 0.25 0.50 0.18
HSL 30º 0.54% 0.62% -
HSV(B) 30º 0.5% 0.82% -
XYZ 41.41 39.2 19.02 -
YUV 167.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 210 158 106 0 0.25 0.50 0.18 30 0.54 0.62
Hex D2 9E 6A 0 19 32 12 1E 36 3E
Octal 322 236 152 0 31 62 22 36 66 76
Binary 11010010 10011110 1101010 0 11001 110010 10010 11110 110110 111110

Color Harmonies of #D29E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E6A

Black with #D29E6A

Text Example


Text Example

White with #D29E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E6A; }

 p { color: rgb(210,158,106); }

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

background-color css

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

 a { background-color: rgb(210,158,106); }

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

border-color css

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

 span { border-color: rgb(210,158,106); }

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