Html Css Color HEX #D7988A Petite Orchid

📋 copy color: '#D7988A'

red 215 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #D7988A

Tints of Petite Orchid #D7988A

RGB

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

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

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

R = 42.57%
G = 30.1%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7988A (or 0xD7988A) is known color: Petite Orchid. HEX triplet: D7, 98 and 8A. RGB value is (215,152,138). Sum of RGB (Red+Green+Blue) = 215+152+138=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7988A is #286775. Grayscale: #A9A9A9. Windows color (decimal): -2647926 or 9083095. OLE color: 9083095.

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

Color convert

RGB 215 152 138 -
CMYK 0 0.29 0.36 0.16
HSL 10.91º 0.49% 0.69% -
HSV(B) 10.91º 0.36% 0.84% -
XYZ 43.84 38.74 29.21 -
YUV 169.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 215 152 138 0 0.29 0.36 0.16 10.91 0.49 0.69
Hex D7 98 8A 0 1D 24 10 B 31 45
Octal 327 230 212 0 35 44 20 13 61 105
Binary 11010111 10011000 10001010 0 11101 100100 10000 1011 110001 1000101

Color Harmonies of #D7988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7988A

Black with #D7988A

Text Example


Text Example

White with #D7988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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