Html Css Color HEX #D69450 Whiskey Sour

📋 copy color: '#D69450'

red 214 ◦ green 148 ◦ blue 80

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

Shades of Whiskey Sour #D69450

Tints of Whiskey Sour #D69450

RGB

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

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

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

R = 48.42%
G = 33.48%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D69450 (or 0xD69450) is known color: Whiskey Sour. HEX triplet: D6, 94 and 50. RGB value is (214,148,80). Sum of RGB (Red+Green+Blue) = 214+148+80=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D69450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69450 is #296BAF. Grayscale: #A0A0A0. Windows color (decimal): -2714544 or 5280982. OLE color: 5280982.

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

Color convert

RGB 214 148 80 -
CMYK 0 0.31 0.63 0.16
HSL 30.45º 0.62% 0.58% -
HSV(B) 30.45º 0.63% 0.84% -
XYZ 39.77 36.06 12.45 -
YUV 159.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 214 148 80 0 0.31 0.63 0.16 30.45 0.62 0.58
Hex D6 94 50 0 1F 3F 10 1E 3E 3A
Octal 326 224 120 0 37 77 20 36 76 72
Binary 11010110 10010100 1010000 0 11111 111111 10000 11110 111110 111010

Color Harmonies of #D69450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69450

Black with #D69450

Text Example


Text Example

White with #D69450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69450; }

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

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

background-color css

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

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

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

border-color css

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

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

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