Html Css Color HEX #D69250 Whiskey Sour

📋 copy color: '#D69250'

red 214 ◦ green 146 ◦ blue 80

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

Shades of Whiskey Sour #D69250

Tints of Whiskey Sour #D69250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 48.64%
G = 33.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D69250 (or 0xD69250) is known color: Whiskey Sour. HEX triplet: D6, 92 and 50. RGB value is (214,146,80). Sum of RGB (Red+Green+Blue) = 214+146+80=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D69250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69250 is #296DAF. Grayscale: #9F9F9F. Windows color (decimal): -2715056 or 5280470. OLE color: 5280470.

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

Color convert

RGB 214 146 80 -
CMYK 0 0.32 0.63 0.16
HSL 29.55º 0.62% 0.58% -
HSV(B) 29.55º 0.63% 0.84% -
XYZ 39.46 35.43 12.35 -
YUV 158.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 214 146 80 0 0.32 0.63 0.16 29.55 0.62 0.58
Hex D6 92 50 0 20 3F 10 1E 3E 3A
Octal 326 222 120 0 40 77 20 36 76 72
Binary 11010110 10010010 1010000 0 100000 111111 10000 11110 111110 111010

Color Harmonies of #D69250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69250

Black with #D69250

Text Example


Text Example

White with #D69250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69250; }

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

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

background-color css

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

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

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

border-color css

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

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

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