Html Css Color HEX #D7988B Petite Orchid

📋 copy color: '#D7988B'

red 215 ◦ green 152 ◦ blue 139

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

Shades of Petite Orchid #D7988B

Tints of Petite Orchid #D7988B

RGB

 RED value IS 215 (84.38% from 255) = 42.49%

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 42.49%
G = 30.04%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7988B (or 0xD7988B) is known color: Petite Orchid. HEX triplet: D7, 98 and 8B. RGB value is (215,152,139). Sum of RGB (Red+Green+Blue) = 215+152+139=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7988B is #286774. Grayscale: #A9A9A9. Windows color (decimal): -2647925 or 9148631. OLE color: 9148631.

HSL color Cylindrical-coordinate representation of color #D7988B: hue angle of 10.26º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7988B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 139 -
CMYK 0 0.29 0.35 0.16
HSL 10.26º 0.49% 0.69% -
HSV(B) 10.26º 0.35% 0.84% -
XYZ 43.91 38.77 29.59 -
YUV 169.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 215 152 139 0 0.29 0.35 0.16 10.26 0.49 0.69
Hex D7 98 8B 0 1D 23 10 A 31 45
Octal 327 230 213 0 35 43 20 12 61 105
Binary 11010111 10011000 10001011 0 11101 100011 10000 1010 110001 1000101

Color Harmonies of #D7988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7988B

Black with #D7988B

Text Example


Text Example

White with #D7988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7988B; }

 p { color: rgb(215,152,139); }

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

background-color css

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

 a { background-color: rgb(215,152,139); }

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

border-color css

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

 span { border-color: rgb(215,152,139); }

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