Html Css Color HEX #D6988A Petite Orchid

📋 copy color: '#D6988A'

red 214 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #D6988A

Tints of Petite Orchid #D6988A

RGB

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

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

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

R = 42.46%
G = 30.16%
B = 27.38%

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

#D6988A (or 0xD6988A) is known color: Petite Orchid. HEX triplet: D6, 98 and 8A. RGB value is (214,152,138). Sum of RGB (Red+Green+Blue) = 214+152+138=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6988A is #296775. Grayscale: #A9A9A9. Windows color (decimal): -2713462 or 9083094. OLE color: 9083094.

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

Color convert

RGB 214 152 138 -
CMYK 0 0.29 0.36 0.16
HSL 11.05º 0.48% 0.69% -
HSV(B) 11.05º 0.36% 0.84% -
XYZ 43.55 38.59 29.2 -
YUV 168.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 214 152 138 0 0.29 0.36 0.16 11.05 0.48 0.69
Hex D6 98 8A 0 1D 24 10 B 30 45
Octal 326 230 212 0 35 44 20 13 60 105
Binary 11010110 10011000 10001010 0 11101 100100 10000 1011 110000 1000101

Color Harmonies of #D6988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6988A

Black with #D6988A

Text Example


Text Example

White with #D6988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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