Html Css Color HEX #D0925A Whiskey Sour

📋 copy color: '#D0925A'

red 208 ◦ green 146 ◦ blue 90

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

Shades of Whiskey Sour #D0925A

Tints of Whiskey Sour #D0925A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.88%

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 46.85%
G = 32.88%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0925A (or 0xD0925A) is known color: Whiskey Sour. HEX triplet: D0, 92 and 5A. RGB value is (208,146,90). Sum of RGB (Red+Green+Blue) = 208+146+90=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0925A is #2F6DA5. Grayscale: #9E9E9E. Windows color (decimal): -3108262 or 5935824. OLE color: 5935824.

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

Color convert

RGB 208 146 90 -
CMYK 0 0.30 0.57 0.18
HSL 28.47º 0.56% 0.58% -
HSV(B) 28.47º 0.57% 0.82% -
XYZ 38.14 34.71 14.36 -
YUV 158.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 208 146 90 0 0.30 0.57 0.18 28.47 0.56 0.58
Hex D0 92 5A 0 1E 39 12 1C 38 3A
Octal 320 222 132 0 36 71 22 34 70 72
Binary 11010000 10010010 1011010 0 11110 111001 10010 11100 111000 111010

Color Harmonies of #D0925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0925A

Black with #D0925A

Text Example


Text Example

White with #D0925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0925A; }

 p { color: rgb(208,146,90); }

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

background-color css

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

 a { background-color: rgb(208,146,90); }

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

border-color css

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

 span { border-color: rgb(208,146,90); }

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