#D08DAA

Color #D08DAA Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D08DAA

Tints of Kobi #D08DAA

Color information

#D08DAA (or 0xD08DAA) is unknown color: approx Kobi. HEX triplet: D0, 8D and AA. RGB value is (208,141,170). Sum of RGB (Red+Green+Blue) = 208+141+170=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DAA is #2F7255. Grayscale: #A4A4A4. Windows color (decimal): -3109462 or 11177424. OLE color: 11177424.

HSL color Cylindrical-coordinate representation of color #D08DAA: hue angle of 334.03º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DAA is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208141170-
CMYK00.320.180.18
HSL334.03º41.61%68.43%-
HSV(B)334.03º32.21%81.57%-
XYZ42.7935.3642.6-
YUV164.34131.2159.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=40.08%
G=27.17%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814117000.320.180.18334.0341.6168.43
HexD08DAA020121214e2a44
Octal320215252040222251652104
Binary110100001000110110101010010000010010100101010011101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DAA; }

 p { color: rgb(208,141,170); }

 H1.HeaderClassName
 {
   color: #D08DAA;
 }
 .AnyTagClassName
 {
   color: #D08DAA;
 }
</style>
background-color css

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

 a { background-color: rgb(208,141,170); }

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

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

 span { border-color: rgb(208,141,170); }

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