#D69B92

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

Shades of Petite Orchid #D69B92

Tints of Petite Orchid #D69B92

Color information

#D69B92 (or 0xD69B92) is unknown color: approx Petite Orchid. HEX triplet: D6, 9B and 92. RGB value is (214,155,146). Sum of RGB (Red+Green+Blue) = 214+155+146=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B92 is #29646D. Grayscale: #ABABAB. Windows color (decimal): -2712686 or 9608150. OLE color: 9608150.

HSL color Cylindrical-coordinate representation of color #D69B92: hue angle of 7.94º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69B92 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214155146-
CMYK00.280.320.16
HSL7.94º45.33%70.59%-
HSV(B)7.94º31.78%83.92%-
XYZ44.6439.8132.53-
YUV171.62113.55158.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=41.55%
G=30.10%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415514600.280.320.167.9445.3370.59
HexD69B9201C201082d47
Octal32623322203440201055107
Binary1101011010011011100100100111001000001000010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B92; }

 p { color: rgb(214,155,146); }

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

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

 a { background-color: rgb(214,155,146); }

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

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

 span { border-color: rgb(214,155,146); }

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