Html Css Color HEX #D68954 Whiskey Sour

📋 copy color: '#D68954'

red 214 ◦ green 137 ◦ blue 84

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

Shades of Whiskey Sour #D68954

Tints of Whiskey Sour #D68954

RGB

 RED value IS 214 (83.98% from 255) = 49.2%

 GREEN value IS 137 (53.91% from 255) = 31.49%

 BLUE value IS 84 (33.2% from 255) = 19.31%

R = 49.2%
G = 31.49%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68954 (or 0xD68954) is known color: Whiskey Sour. HEX triplet: D6, 89 and 54. RGB value is (214,137,84). Sum of RGB (Red+Green+Blue) = 214+137+84=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68954 is #2976AB. Grayscale: #9A9A9A. Windows color (decimal): -2717356 or 5540310. OLE color: 5540310.

HSL color Cylindrical-coordinate representation of color #D68954: hue angle of 24.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D68954 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 84 -
CMYK 0 0.36 0.61 0.16
HSL 24.46º 0.61% 0.58% -
HSV(B) 24.46º 0.61% 0.84% -
XYZ 38.28 32.83 12.71 -
YUV 153.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 214 137 84 0 0.36 0.61 0.16 24.46 0.61 0.58
Hex D6 89 54 0 24 3D 10 18 3D 3A
Octal 326 211 124 0 44 75 20 30 75 72
Binary 11010110 10001001 1010100 0 100100 111101 10000 11000 111101 111010

Color Harmonies of #D68954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68954

Black with #D68954

Text Example


Text Example

White with #D68954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68954; }

 p { color: rgb(214,137,84); }

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

background-color css

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

 a { background-color: rgb(214,137,84); }

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

border-color css

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

 span { border-color: rgb(214,137,84); }

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