Html Css Color HEX #D9928A Petite Orchid

📋 copy color: '#D9928A'

red 217 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #D9928A

Tints of Petite Orchid #D9928A

RGB

 RED value IS 217 (85.16% from 255) = 43.31%

 GREEN value IS 146 (57.42% from 255) = 29.14%

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 43.31%
G = 29.14%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9928A (or 0xD9928A) is known color: Petite Orchid. HEX triplet: D9, 92 and 8A. RGB value is (217,146,138). Sum of RGB (Red+Green+Blue) = 217+146+138=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9928A is #266D75. Grayscale: #A6A6A6. Windows color (decimal): -2518390 or 9081561. OLE color: 9081561.

HSL color Cylindrical-coordinate representation of color #D9928A: hue angle of 6.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9928A is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 138 -
CMYK 0 0.33 0.36 0.15
HSL 6.08º 0.51% 0.7% -
HSV(B) 6.08º 0.36% 0.85% -
XYZ 43.48 37.14 28.92 -
YUV 166.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 217 146 138 0 0.33 0.36 0.15 6.08 0.51 0.7
Hex D9 92 8A 0 21 24 F 6 33 46
Octal 331 222 212 0 41 44 17 6 63 106
Binary 11011001 10010010 10001010 0 100001 100100 1111 110 110011 1000110

Color Harmonies of #D9928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9928A

Black with #D9928A

Text Example


Text Example

White with #D9928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9928A; }

 p { color: rgb(217,146,138); }

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

background-color css

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

 a { background-color: rgb(217,146,138); }

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

border-color css

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

 span { border-color: rgb(217,146,138); }

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