Html Css Color HEX #D29062 Whiskey

📋 copy color: '#D29062'

red 210 ◦ green 144 ◦ blue 98

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

Shades of Whiskey #D29062

Tints of Whiskey #D29062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.86%

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

R = 46.46%
G = 31.86%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D29062 (or 0xD29062) is known color: Whiskey. HEX triplet: D2, 90 and 62. RGB value is (210,144,98). Sum of RGB (Red+Green+Blue) = 210+144+98=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D29062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29062 is #2D6F9D. Grayscale: #9E9E9E. Windows color (decimal): -2977694 or 6459602. OLE color: 6459602.

HSL color Cylindrical-coordinate representation of color #D29062: hue angle of 24.64º 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 #D29062 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 98 -
CMYK 0 0.31 0.53 0.18
HSL 24.64º 0.55% 0.6% -
HSV(B) 24.64º 0.53% 0.82% -
XYZ 38.76 34.53 16.18 -
YUV 158.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 210 144 98 0 0.31 0.53 0.18 24.64 0.55 0.6
Hex D2 90 62 0 1F 35 12 19 37 3C
Octal 322 220 142 0 37 65 22 31 67 74
Binary 11010010 10010000 1100010 0 11111 110101 10010 11001 110111 111100

Color Harmonies of #D29062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29062

Black with #D29062

Text Example


Text Example

White with #D29062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29062; }

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

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

background-color css

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

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

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

border-color css

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

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

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