Html Css Color HEX #D69861 Whiskey Sour

📋 copy color: '#D69861'

red 214 ◦ green 152 ◦ blue 97

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

Shades of Whiskey Sour #D69861

Tints of Whiskey Sour #D69861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 46.22%
G = 32.83%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69861 (or 0xD69861) is known color: Whiskey Sour. HEX triplet: D6, 98 and 61. RGB value is (214,152,97). Sum of RGB (Red+Green+Blue) = 214+152+97=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69861 is #29679E. Grayscale: #A4A4A4. Windows color (decimal): -2713503 or 6396118. OLE color: 6396118.

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

Color convert

RGB 214 152 97 -
CMYK 0 0.29 0.55 0.16
HSL 28.21º 0.59% 0.61% -
HSV(B) 28.21º 0.55% 0.84% -
XYZ 41.12 37.62 16.4 -
YUV 164.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 214 152 97 0 0.29 0.55 0.16 28.21 0.59 0.61
Hex D6 98 61 0 1D 37 10 1C 3B 3D
Octal 326 230 141 0 35 67 20 34 73 75
Binary 11010110 10011000 1100001 0 11101 110111 10000 11100 111011 111101

Color Harmonies of #D69861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69861

Black with #D69861

Text Example


Text Example

White with #D69861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69861; }

 p { color: rgb(214,152,97); }

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

background-color css

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

 a { background-color: rgb(214,152,97); }

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

border-color css

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

 span { border-color: rgb(214,152,97); }

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