Html Css Color HEX #D69462 Whiskey

📋 copy color: '#D69462'

red 214 ◦ green 148 ◦ blue 98

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

Shades of Whiskey #D69462

Tints of Whiskey #D69462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 46.52%
G = 32.17%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69462 (or 0xD69462) is known color: Whiskey. HEX triplet: D6, 94 and 62. RGB value is (214,148,98). Sum of RGB (Red+Green+Blue) = 214+148+98=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D69462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69462 is #296B9D. Grayscale: #A2A2A2. Windows color (decimal): -2714526 or 6460630. OLE color: 6460630.

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

Color convert

RGB 214 148 98 -
CMYK 0 0.31 0.54 0.16
HSL 25.86º 0.59% 0.61% -
HSV(B) 25.86º 0.54% 0.84% -
XYZ 40.53 36.36 16.44 -
YUV 162.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 214 148 98 0 0.31 0.54 0.16 25.86 0.59 0.61
Hex D6 94 62 0 1F 36 10 1A 3B 3D
Octal 326 224 142 0 37 66 20 32 73 75
Binary 11010110 10010100 1100010 0 11111 110110 10000 11010 111011 111101

Color Harmonies of #D69462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69462

Black with #D69462

Text Example


Text Example

White with #D69462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69462; }

 p { color: rgb(214,148,98); }

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

background-color css

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

 a { background-color: rgb(214,148,98); }

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

border-color css

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

 span { border-color: rgb(214,148,98); }

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