#D67DAA

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

Shades of Kobi #D67DAA

Tints of Kobi #D67DAA

Color information

#D67DAA (or 0xD67DAA) is unknown color: approx Kobi. HEX triplet: D6, 7D and AA. RGB value is (214,125,170). Sum of RGB (Red+Green+Blue) = 214+125+170=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DAA is #298255. Grayscale: #9C9C9C. Windows color (decimal): -2720342 or 11173334. OLE color: 11173334.

HSL color Cylindrical-coordinate representation of color #D67DAA: hue angle of 329.66º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DAA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214125170-
CMYK00.420.210.16
HSL329.66º52.05%66.47%-
HSV(B)329.66º41.59%83.92%-
XYZ42.3231.8741.95-
YUV156.74135.49168.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=42.04%
G=24.56%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412517000.420.210.16329.6652.0566.47
HexD67DAA02A151014a3442
Octal326175252052252051264102
Binary11010110111110110101010010101010101100001010010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DAA; }

 p { color: rgb(214,125,170); }

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

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

 a { background-color: rgb(214,125,170); }

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

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

 span { border-color: rgb(214,125,170); }

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