Html Css Color HEX #D68952 Whiskey Sour

📋 copy color: '#D68952'

red 214 ◦ green 137 ◦ blue 82

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

Shades of Whiskey Sour #D68952

Tints of Whiskey Sour #D68952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 49.42%
G = 31.64%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D68952 (or 0xD68952) is known color: Whiskey Sour. HEX triplet: D6, 89 and 52. RGB value is (214,137,82). Sum of RGB (Red+Green+Blue) = 214+137+82=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68952 is #2976AD. Grayscale: #9A9A9A. Windows color (decimal): -2717358 or 5409238. OLE color: 5409238.

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

Color convert

RGB 214 137 82 -
CMYK 0 0.36 0.62 0.16
HSL 25º 0.62% 0.58% -
HSV(B) 25º 0.62% 0.84% -
XYZ 38.2 32.8 12.3 -
YUV 153.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 214 137 82 0 0.36 0.62 0.16 25 0.62 0.58
Hex D6 89 52 0 24 3E 10 19 3E 3A
Octal 326 211 122 0 44 76 20 31 76 72
Binary 11010110 10001001 1010010 0 100100 111110 10000 11001 111110 111010

Color Harmonies of #D68952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68952

Black with #D68952

Text Example


Text Example

White with #D68952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68952; }

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

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

background-color css

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

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

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

border-color css

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

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

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