Html Css Color HEX #D68C63 Whiskey

📋 copy color: '#D68C63'

red 214 ◦ green 140 ◦ blue 99

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

Shades of Whiskey #D68C63

Tints of Whiskey #D68C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

 BLUE value IS 99 (39.06% from 255) = 21.85%

R = 47.24%
G = 30.91%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68C63 (or 0xD68C63) is known color: Whiskey. HEX triplet: D6, 8C and 63. RGB value is (214,140,99). Sum of RGB (Red+Green+Blue) = 214+140+99=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C63 is #29739C. Grayscale: #9D9D9D. Windows color (decimal): -2716573 or 6524118. OLE color: 6524118.

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

Color convert

RGB 214 140 99 -
CMYK 0 0.35 0.54 0.16
HSL 21.39º 0.58% 0.61% -
HSV(B) 21.39º 0.54% 0.84% -
XYZ 39.36 33.95 16.28 -
YUV 157.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 214 140 99 0 0.35 0.54 0.16 21.39 0.58 0.61
Hex D6 8C 63 0 23 36 10 15 3A 3D
Octal 326 214 143 0 43 66 20 25 72 75
Binary 11010110 10001100 1100011 0 100011 110110 10000 10101 111010 111101

Color Harmonies of #D68C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C63

Black with #D68C63

Text Example


Text Example

White with #D68C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C63; }

 p { color: rgb(214,140,99); }

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

background-color css

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

 a { background-color: rgb(214,140,99); }

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

border-color css

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

 span { border-color: rgb(214,140,99); }

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