Html Css Color HEX #D0906B Whiskey

📋 copy color: '#D0906B'

red 208 ◦ green 144 ◦ blue 107

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

Shades of Whiskey #D0906B

Tints of Whiskey #D0906B

RGB

 RED value IS 208 (81.64% from 255) = 45.32%

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 45.32%
G = 31.37%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0906B (or 0xD0906B) is known color: Whiskey. HEX triplet: D0, 90 and 6B. RGB value is (208,144,107). Sum of RGB (Red+Green+Blue) = 208+144+107=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0906B is #2F6F94. Grayscale: #9F9F9F. Windows color (decimal): -3108757 or 7049424. OLE color: 7049424.

HSL color Cylindrical-coordinate representation of color #D0906B: hue angle of 21.98º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0906B is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 107 -
CMYK 0 0.31 0.49 0.18
HSL 21.98º 0.52% 0.62% -
HSV(B) 21.98º 0.49% 0.82% -
XYZ 38.64 34.42 18.52 -
YUV 158.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 208 144 107 0 0.31 0.49 0.18 21.98 0.52 0.62
Hex D0 90 6B 0 1F 31 12 16 34 3E
Octal 320 220 153 0 37 61 22 26 64 76
Binary 11010000 10010000 1101011 0 11111 110001 10010 10110 110100 111110

Color Harmonies of #D0906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0906B

Black with #D0906B

Text Example


Text Example

White with #D0906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0906B; }

 p { color: rgb(208,144,107); }

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

background-color css

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

 a { background-color: rgb(208,144,107); }

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

border-color css

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

 span { border-color: rgb(208,144,107); }

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