Html Css Color HEX #D0904F Whiskey Sour

📋 copy color: '#D0904F'

red 208 ◦ green 144 ◦ blue 79

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

Shades of Whiskey Sour #D0904F

Tints of Whiskey Sour #D0904F

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

 GREEN value IS 144 (56.64% from 255) = 33.41%

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 48.26%
G = 33.41%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0904F (or 0xD0904F) is known color: Whiskey Sour. HEX triplet: D0, 90 and 4F. RGB value is (208,144,79). Sum of RGB (Red+Green+Blue) = 208+144+79=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0904F is #2F6FB0. Grayscale: #9C9C9C. Windows color (decimal): -3108785 or 5214416. OLE color: 5214416.

HSL color Cylindrical-coordinate representation of color #D0904F: hue angle of 30.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0904F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 79 -
CMYK 0 0.31 0.62 0.18
HSL 30.23º 0.58% 0.56% -
HSV(B) 30.23º 0.62% 0.82% -
XYZ 37.4 33.92 11.97 -
YUV 155.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 208 144 79 0 0.31 0.62 0.18 30.23 0.58 0.56
Hex D0 90 4F 0 1F 3E 12 1E 3A 38
Octal 320 220 117 0 37 76 22 36 72 70
Binary 11010000 10010000 1001111 0 11111 111110 10010 11110 111010 111000

Color Harmonies of #D0904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0904F

Black with #D0904F

Text Example


Text Example

White with #D0904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0904F; }

 p { color: rgb(208,144,79); }

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

background-color css

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

 a { background-color: rgb(208,144,79); }

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

border-color css

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

 span { border-color: rgb(208,144,79); }

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