Html Css Color HEX #D29469 Whiskey

📋 copy color: '#D29469'

red 210 ◦ green 148 ◦ blue 105

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

Shades of Whiskey #D29469

Tints of Whiskey #D29469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 45.36%
G = 31.97%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29469 (or 0xD29469) is known color: Whiskey. HEX triplet: D2, 94 and 69. RGB value is (210,148,105). Sum of RGB (Red+Green+Blue) = 210+148+105=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D29469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29469 is #2D6B96. Grayscale: #A1A1A1. Windows color (decimal): -2976663 or 6919378. OLE color: 6919378.

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

Color convert

RGB 210 148 105 -
CMYK 0 0.30 0.50 0.18
HSL 24.57º 0.54% 0.62% -
HSV(B) 24.57º 0.5% 0.82% -
XYZ 39.72 35.9 18.2 -
YUV 161.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 210 148 105 0 0.30 0.50 0.18 24.57 0.54 0.62
Hex D2 94 69 0 1E 32 12 19 36 3E
Octal 322 224 151 0 36 62 22 31 66 76
Binary 11010010 10010100 1101001 0 11110 110010 10010 11001 110110 111110

Color Harmonies of #D29469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29469

Black with #D29469

Text Example


Text Example

White with #D29469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29469; }

 p { color: rgb(210,148,105); }

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

background-color css

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

 a { background-color: rgb(210,148,105); }

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

border-color css

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

 span { border-color: rgb(210,148,105); }

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