Html Css Color HEX #D38A51 Whiskey Sour

📋 copy color: '#D38A51'

red 211 ◦ green 138 ◦ blue 81

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

Shades of Whiskey Sour #D38A51

Tints of Whiskey Sour #D38A51

RGB

 RED value IS 211 (82.81% from 255) = 49.07%

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 49.07%
G = 32.09%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D38A51 (or 0xD38A51) is known color: Whiskey Sour. HEX triplet: D3, 8A and 51. RGB value is (211,138,81). Sum of RGB (Red+Green+Blue) = 211+138+81=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A51 is #2C75AE. Grayscale: #999999. Windows color (decimal): -2913711 or 5343955. OLE color: 5343955.

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

Color convert

RGB 211 138 81 -
CMYK 0 0.35 0.62 0.17
HSL 26.31º 0.6% 0.57% -
HSV(B) 26.31º 0.62% 0.83% -
XYZ 37.44 32.62 12.11 -
YUV 153.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 211 138 81 0 0.35 0.62 0.17 26.31 0.6 0.57
Hex D3 8A 51 0 23 3E 11 1A 3C 39
Octal 323 212 121 0 43 76 21 32 74 71
Binary 11010011 10001010 1010001 0 100011 111110 10001 11010 111100 111001

Color Harmonies of #D38A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A51

Black with #D38A51

Text Example


Text Example

White with #D38A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A51; }

 p { color: rgb(211,138,81); }

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

background-color css

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

 a { background-color: rgb(211,138,81); }

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

border-color css

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

 span { border-color: rgb(211,138,81); }

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