Html Css Color HEX #D4905E Whiskey Sour

📋 copy color: '#D4905E'

red 212 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #D4905E

Tints of Whiskey Sour #D4905E

RGB

 RED value IS 212 (83.2% from 255) = 47.11%

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 47.11%
G = 32%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4905E (or 0xD4905E) is known color: Whiskey Sour. HEX triplet: D4, 90 and 5E. RGB value is (212,144,94). Sum of RGB (Red+Green+Blue) = 212+144+94=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4905E is #2B6FA1. Grayscale: #9E9E9E. Windows color (decimal): -2846626 or 6197460. OLE color: 6197460.

HSL color Cylindrical-coordinate representation of color #D4905E: hue angle of 25.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4905E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 144 94 -
CMYK 0 0.32 0.56 0.17
HSL 25.42º 0.58% 0.6% -
HSV(B) 25.42º 0.56% 0.83% -
XYZ 39.15 34.75 15.23 -
YUV 158.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 212 144 94 0 0.32 0.56 0.17 25.42 0.58 0.6
Hex D4 90 5E 0 20 38 11 19 3A 3C
Octal 324 220 136 0 40 70 21 31 72 74
Binary 11010100 10010000 1011110 0 100000 111000 10001 11001 111010 111100

Color Harmonies of #D4905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4905E

Black with #D4905E

Text Example


Text Example

White with #D4905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4905E; }

 p { color: rgb(212,144,94); }

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

background-color css

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

 a { background-color: rgb(212,144,94); }

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

border-color css

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

 span { border-color: rgb(212,144,94); }

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