Html Css Color HEX #D99262 Whiskey

📋 copy color: '#D99262'

red 217 ◦ green 146 ◦ blue 98

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

Shades of Whiskey #D99262

Tints of Whiskey #D99262

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 47.07%
G = 31.67%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99262 (or 0xD99262) is known color: Whiskey. HEX triplet: D9, 92 and 62. RGB value is (217,146,98). Sum of RGB (Red+Green+Blue) = 217+146+98=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D99262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99262 is #266D9D. Grayscale: #A2A2A2. Windows color (decimal): -2518430 or 6460121. OLE color: 6460121.

HSL color Cylindrical-coordinate representation of color #D99262: hue angle of 24.2º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D99262 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 98 -
CMYK 0 0.33 0.55 0.15
HSL 24.2º 0.61% 0.62% -
HSV(B) 24.2º 0.55% 0.85% -
XYZ 41.1 36.19 16.37 -
YUV 161.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 217 146 98 0 0.33 0.55 0.15 24.2 0.61 0.62
Hex D9 92 62 0 21 37 F 18 3D 3E
Octal 331 222 142 0 41 67 17 30 75 76
Binary 11011001 10010010 1100010 0 100001 110111 1111 11000 111101 111110

Color Harmonies of #D99262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99262

Black with #D99262

Text Example


Text Example

White with #D99262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99262; }

 p { color: rgb(217,146,98); }

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

background-color css

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

 a { background-color: rgb(217,146,98); }

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

border-color css

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

 span { border-color: rgb(217,146,98); }

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