Html Css Color HEX #D69261 Whiskey

📋 copy color: '#D69261'

red 214 ◦ green 146 ◦ blue 97

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

Shades of Whiskey #D69261

Tints of Whiskey #D69261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 46.83%
G = 31.95%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69261 (or 0xD69261) is known color: Whiskey. HEX triplet: D6, 92 and 61. RGB value is (214,146,97). Sum of RGB (Red+Green+Blue) = 214+146+97=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D69261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69261 is #296D9E. Grayscale: #A1A1A1. Windows color (decimal): -2715039 or 6394582. OLE color: 6394582.

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

Color convert

RGB 214 146 97 -
CMYK 0 0.32 0.55 0.16
HSL 25.13º 0.59% 0.61% -
HSV(B) 25.13º 0.55% 0.84% -
XYZ 40.17 35.72 16.09 -
YUV 160.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 214 146 97 0 0.32 0.55 0.16 25.13 0.59 0.61
Hex D6 92 61 0 20 37 10 19 3B 3D
Octal 326 222 141 0 40 67 20 31 73 75
Binary 11010110 10010010 1100001 0 100000 110111 10000 11001 111011 111101

Color Harmonies of #D69261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69261

Black with #D69261

Text Example


Text Example

White with #D69261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69261; }

 p { color: rgb(214,146,97); }

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

background-color css

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

 a { background-color: rgb(214,146,97); }

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

border-color css

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

 span { border-color: rgb(214,146,97); }

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