Html Css Color HEX #D29462 Whiskey

📋 copy color: '#D29462'

red 210 ◦ green 148 ◦ blue 98

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

Shades of Whiskey #D29462

Tints of Whiskey #D29462

RGB

 RED value IS 210 (82.42% from 255) = 46.05%

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

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

R = 46.05%
G = 32.46%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D29462 (or 0xD29462) is known color: Whiskey. HEX triplet: D2, 94 and 62. RGB value is (210,148,98). Sum of RGB (Red+Green+Blue) = 210+148+98=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29462 is #2D6B9D. Grayscale: #A1A1A1. Windows color (decimal): -2976670 or 6460626. OLE color: 6460626.

HSL color Cylindrical-coordinate representation of color #D29462: hue angle of 26.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D29462 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 98 -
CMYK 0 0.30 0.53 0.18
HSL 26.79º 0.55% 0.6% -
HSV(B) 26.79º 0.53% 0.82% -
XYZ 39.37 35.76 16.38 -
YUV 160.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 210 148 98 0 0.30 0.53 0.18 26.79 0.55 0.6
Hex D2 94 62 0 1E 35 12 1B 37 3C
Octal 322 224 142 0 36 65 22 33 67 74
Binary 11010010 10010100 1100010 0 11110 110101 10010 11011 110111 111100

Color Harmonies of #D29462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29462

Black with #D29462

Text Example


Text Example

White with #D29462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29462; }

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

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

background-color css

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

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

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

border-color css

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

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

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