Html Css Color HEX #D6988C Petite Orchid

📋 copy color: '#D6988C'

red 214 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #D6988C

Tints of Petite Orchid #D6988C

RGB

 RED value IS 214 (83.98% from 255) = 42.29%

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 42.29%
G = 30.04%
B = 27.67%

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

#D6988C (or 0xD6988C) is known color: Petite Orchid. HEX triplet: D6, 98 and 8C. RGB value is (214,152,140). Sum of RGB (Red+Green+Blue) = 214+152+140=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6988C is #296773. Grayscale: #A9A9A9. Windows color (decimal): -2713460 or 9214166. OLE color: 9214166.

HSL color Cylindrical-coordinate representation of color #D6988C: hue angle of 9.73º degrees, saturation: 0.47, 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 #D6988C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 140 -
CMYK 0 0.29 0.35 0.16
HSL 9.73º 0.47% 0.69% -
HSV(B) 9.73º 0.35% 0.84% -
XYZ 43.69 38.65 29.97 -
YUV 169.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 214 152 140 0 0.29 0.35 0.16 9.73 0.47 0.69
Hex D6 98 8C 0 1D 23 10 A 2F 45
Octal 326 230 214 0 35 43 20 12 57 105
Binary 11010110 10011000 10001100 0 11101 100011 10000 1010 101111 1000101

Color Harmonies of #D6988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6988C

Black with #D6988C

Text Example


Text Example

White with #D6988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6988C; }

 p { color: rgb(214,152,140); }

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

background-color css

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

 a { background-color: rgb(214,152,140); }

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

border-color css

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

 span { border-color: rgb(214,152,140); }

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