Html Css Color HEX #D0904D Whiskey Sour

📋 copy color: '#D0904D'

red 208 ◦ green 144 ◦ blue 77

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

Shades of Whiskey Sour #D0904D

Tints of Whiskey Sour #D0904D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 48.48%
G = 33.57%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0904D (or 0xD0904D) is known color: Whiskey Sour. HEX triplet: D0, 90 and 4D. RGB value is (208,144,77). Sum of RGB (Red+Green+Blue) = 208+144+77=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0904D is #2F6FB2. Grayscale: #9B9B9B. Windows color (decimal): -3108787 or 5083344. OLE color: 5083344.

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

Color convert

RGB 208 144 77 -
CMYK 0 0.31 0.63 0.18
HSL 30.69º 0.58% 0.56% -
HSV(B) 30.69º 0.63% 0.82% -
XYZ 37.33 33.89 11.6 -
YUV 155.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 208 144 77 0 0.31 0.63 0.18 30.69 0.58 0.56
Hex D0 90 4D 0 1F 3F 12 1F 3A 38
Octal 320 220 115 0 37 77 22 37 72 70
Binary 11010000 10010000 1001101 0 11111 111111 10010 11111 111010 111000

Color Harmonies of #D0904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0904D

Black with #D0904D

Text Example


Text Example

White with #D0904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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