Html Css Color HEX #D69463 Whiskey

📋 copy color: '#D69463'

red 214 ◦ green 148 ◦ blue 99

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

Shades of Whiskey #D69463

Tints of Whiskey #D69463

RGB

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

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

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

R = 46.42%
G = 32.1%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69463 (or 0xD69463) is known color: Whiskey. HEX triplet: D6, 94 and 63. RGB value is (214,148,99). Sum of RGB (Red+Green+Blue) = 214+148+99=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69463 is #296B9C. Grayscale: #A2A2A2. Windows color (decimal): -2714525 or 6526166. OLE color: 6526166.

HSL color Cylindrical-coordinate representation of color #D69463: hue angle of 25.57º 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 #D69463 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 99 -
CMYK 0 0.31 0.54 0.16
HSL 25.57º 0.58% 0.61% -
HSV(B) 25.57º 0.54% 0.84% -
XYZ 40.57 36.38 16.69 -
YUV 162.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 214 148 99 0 0.31 0.54 0.16 25.57 0.58 0.61
Hex D6 94 63 0 1F 36 10 1A 3A 3D
Octal 326 224 143 0 37 66 20 32 72 75
Binary 11010110 10010100 1100011 0 11111 110110 10000 11010 111010 111101

Color Harmonies of #D69463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69463

Black with #D69463

Text Example


Text Example

White with #D69463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69463; }

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

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

background-color css

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

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

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

border-color css

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

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

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