Html Css Color HEX #D8988A Petite Orchid

📋 copy color: '#D8988A'

red 216 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #D8988A

Tints of Petite Orchid #D8988A

RGB

 RED value IS 216 (84.77% from 255) = 42.69%

 GREEN value IS 152 (59.77% from 255) = 30.04%

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

R = 42.69%
G = 30.04%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8988A (or 0xD8988A) is known color: Petite Orchid. HEX triplet: D8, 98 and 8A. RGB value is (216,152,138). Sum of RGB (Red+Green+Blue) = 216+152+138=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8988A is #276775. Grayscale: #A9A9A9. Windows color (decimal): -2582390 or 9083096. OLE color: 9083096.

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

Color convert

RGB 216 152 138 -
CMYK 0 0.30 0.36 0.15
HSL 10.77º 0.5% 0.69% -
HSV(B) 10.77º 0.36% 0.85% -
XYZ 44.13 38.89 29.23 -
YUV 169.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 216 152 138 0 0.30 0.36 0.15 10.77 0.5 0.69
Hex D8 98 8A 0 1E 24 F B 32 45
Octal 330 230 212 0 36 44 17 13 62 105
Binary 11011000 10011000 10001010 0 11110 100100 1111 1011 110010 1000101

Color Harmonies of #D8988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8988A

Black with #D8988A

Text Example


Text Example

White with #D8988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8988A; }

 p { color: rgb(216,152,138); }

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

background-color css

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

 a { background-color: rgb(216,152,138); }

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

border-color css

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

 span { border-color: rgb(216,152,138); }

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