Html Css Color HEX #D29466 Whiskey

📋 copy color: '#D29466'

red 210 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #D29466

Tints of Whiskey #D29466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 45.65%
G = 32.17%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D29466 (or 0xD29466) is known color: Whiskey. HEX triplet: D2, 94 and 66. RGB value is (210,148,102). Sum of RGB (Red+Green+Blue) = 210+148+102=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29466 is #2D6B99. Grayscale: #A1A1A1. Windows color (decimal): -2976666 or 6722770. OLE color: 6722770.

HSL color Cylindrical-coordinate representation of color #D29466: hue angle of 25.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D29466 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 102 -
CMYK 0 0.30 0.51 0.18
HSL 25.56º 0.55% 0.61% -
HSV(B) 25.56º 0.51% 0.82% -
XYZ 39.57 35.84 17.4 -
YUV 161.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 210 148 102 0 0.30 0.51 0.18 25.56 0.55 0.61
Hex D2 94 66 0 1E 33 12 1A 37 3D
Octal 322 224 146 0 36 63 22 32 67 75
Binary 11010010 10010100 1100110 0 11110 110011 10010 11010 110111 111101

Color Harmonies of #D29466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29466

Black with #D29466

Text Example


Text Example

White with #D29466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29466; }

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

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

background-color css

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

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

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

border-color css

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

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

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