Html Css Color HEX #D69263 Whiskey

📋 copy color: '#D69263'

red 214 ◦ green 146 ◦ blue 99

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

Shades of Whiskey #D69263

Tints of Whiskey #D69263

RGB

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

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

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

R = 46.62%
G = 31.81%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69263 (or 0xD69263) is known color: Whiskey. HEX triplet: D6, 92 and 63. RGB value is (214,146,99). Sum of RGB (Red+Green+Blue) = 214+146+99=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D69263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69263 is #296D9C. Grayscale: #A1A1A1. Windows color (decimal): -2715037 or 6525654. OLE color: 6525654.

HSL color Cylindrical-coordinate representation of color #D69263: hue angle of 24.52º 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 #D69263 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 99 -
CMYK 0 0.32 0.54 0.16
HSL 24.52º 0.58% 0.61% -
HSV(B) 24.52º 0.54% 0.84% -
XYZ 40.26 35.75 16.58 -
YUV 160.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 214 146 99 0 0.32 0.54 0.16 24.52 0.58 0.61
Hex D6 92 63 0 20 36 10 19 3A 3D
Octal 326 222 143 0 40 66 20 31 72 75
Binary 11010110 10010010 1100011 0 100000 110110 10000 11001 111010 111101

Color Harmonies of #D69263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69263

Black with #D69263

Text Example


Text Example

White with #D69263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69263; }

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

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

background-color css

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

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

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

border-color css

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

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

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