Html Css Color HEX #D69260 Whiskey Sour

📋 copy color: '#D69260'

red 214 ◦ green 146 ◦ blue 96

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

Shades of Whiskey Sour #D69260

Tints of Whiskey Sour #D69260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 46.93%
G = 32.02%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69260 (or 0xD69260) is known color: Whiskey Sour. HEX triplet: D6, 92 and 60. RGB value is (214,146,96). Sum of RGB (Red+Green+Blue) = 214+146+96=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D69260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69260 is #296D9F. Grayscale: #A0A0A0. Windows color (decimal): -2715040 or 6329046. OLE color: 6329046.

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

Color convert

RGB 214 146 96 -
CMYK 0 0.32 0.55 0.16
HSL 25.42º 0.59% 0.61% -
HSV(B) 25.42º 0.55% 0.84% -
XYZ 40.12 35.7 15.84 -
YUV 160.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 214 146 96 0 0.32 0.55 0.16 25.42 0.59 0.61
Hex D6 92 60 0 20 37 10 19 3B 3D
Octal 326 222 140 0 40 67 20 31 73 75
Binary 11010110 10010010 1100000 0 100000 110111 10000 11001 111011 111101

Color Harmonies of #D69260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69260

Black with #D69260

Text Example


Text Example

White with #D69260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69260; }

 p { color: rgb(214,146,96); }

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

background-color css

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

 a { background-color: rgb(214,146,96); }

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

border-color css

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

 span { border-color: rgb(214,146,96); }

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