Html Css Color HEX #D69653 Whiskey Sour

📋 copy color: '#D69653'

red 214 ◦ green 150 ◦ blue 83

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

Shades of Whiskey Sour #D69653

Tints of Whiskey Sour #D69653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.56%

 BLUE value IS 83 (32.81% from 255) = 18.57%

R = 47.87%
G = 33.56%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D69653 (or 0xD69653) is known color: Whiskey Sour. HEX triplet: D6, 96 and 53. RGB value is (214,150,83). Sum of RGB (Red+Green+Blue) = 214+150+83=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D69653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69653 is #2969AC. Grayscale: #A1A1A1. Windows color (decimal): -2714029 or 5478102. OLE color: 5478102.

HSL color Cylindrical-coordinate representation of color #D69653: hue angle of 30.69º degrees, saturation: 0.62, 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 #D69653 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 83 -
CMYK 0 0.30 0.61 0.16
HSL 30.69º 0.62% 0.58% -
HSV(B) 30.69º 0.61% 0.84% -
XYZ 40.2 36.73 13.16 -
YUV 161.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 214 150 83 0 0.30 0.61 0.16 30.69 0.62 0.58
Hex D6 96 53 0 1E 3D 10 1F 3E 3A
Octal 326 226 123 0 36 75 20 37 76 72
Binary 11010110 10010110 1010011 0 11110 111101 10000 11111 111110 111010

Color Harmonies of #D69653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69653

Black with #D69653

Text Example


Text Example

White with #D69653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69653; }

 p { color: rgb(214,150,83); }

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

background-color css

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

 a { background-color: rgb(214,150,83); }

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

border-color css

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

 span { border-color: rgb(214,150,83); }

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