Html Css Color HEX #DD9867 Whiskey

📋 copy color: '#DD9867'

red 221 ◦ green 152 ◦ blue 103

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

Shades of Whiskey #DD9867

Tints of Whiskey #DD9867

RGB

 RED value IS 221 (86.72% from 255) = 46.43%

 GREEN value IS 152 (59.77% from 255) = 31.93%

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 46.43%
G = 31.93%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9867 (or 0xDD9867) is known color: Whiskey. HEX triplet: DD, 98 and 67. RGB value is (221,152,103). Sum of RGB (Red+Green+Blue) = 221+152+103=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9867 is #226798. Grayscale: #A7A7A7. Windows color (decimal): -2254745 or 6789341. OLE color: 6789341.

HSL color Cylindrical-coordinate representation of color #DD9867: hue angle of 24.92º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD9867 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 103 -
CMYK 0 0.31 0.53 0.13
HSL 24.92º 0.63% 0.64% -
HSV(B) 24.92º 0.53% 0.87% -
XYZ 43.5 38.81 18.03 -
YUV 167.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 221 152 103 0 0.31 0.53 0.13 24.92 0.63 0.64
Hex DD 98 67 0 1F 35 D 19 3F 40
Octal 335 230 147 0 37 65 15 31 77 100
Binary 11011101 10011000 1100111 0 11111 110101 1101 11001 111111 1000000

Color Harmonies of #DD9867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9867

Black with #DD9867

Text Example


Text Example

White with #DD9867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9867; }

 p { color: rgb(221,152,103); }

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

background-color css

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

 a { background-color: rgb(221,152,103); }

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

border-color css

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

 span { border-color: rgb(221,152,103); }

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