Html Css Color HEX #D69663 Whiskey

📋 copy color: '#D69663'

red 214 ◦ green 150 ◦ blue 99

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

Shades of Whiskey #D69663

Tints of Whiskey #D69663

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

 GREEN value IS 150 (58.98% from 255) = 32.4%

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 46.22%
G = 32.4%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69663 (or 0xD69663) is known color: Whiskey. HEX triplet: D6, 96 and 63. RGB value is (214,150,99). Sum of RGB (Red+Green+Blue) = 214+150+99=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69663 is #29699C. Grayscale: #A3A3A3. Windows color (decimal): -2714013 or 6526678. OLE color: 6526678.

HSL color Cylindrical-coordinate representation of color #D69663: hue angle of 26.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D69663 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 99 -
CMYK 0 0.30 0.54 0.16
HSL 26.61º 0.58% 0.61% -
HSV(B) 26.61º 0.54% 0.84% -
XYZ 40.89 37.01 16.79 -
YUV 163.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 214 150 99 0 0.30 0.54 0.16 26.61 0.58 0.61
Hex D6 96 63 0 1E 36 10 1B 3A 3D
Octal 326 226 143 0 36 66 20 33 72 75
Binary 11010110 10010110 1100011 0 11110 110110 10000 11011 111010 111101

Color Harmonies of #D69663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69663

Black with #D69663

Text Example


Text Example

White with #D69663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69663; }

 p { color: rgb(214,150,99); }

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

background-color css

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

 a { background-color: rgb(214,150,99); }

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

border-color css

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

 span { border-color: rgb(214,150,99); }

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