Html Css Color HEX #D4988A Petite Orchid

📋 copy color: '#D4988A'

red 212 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #D4988A

Tints of Petite Orchid #D4988A

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

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

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

R = 42.23%
G = 30.28%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4988A (or 0xD4988A) is known color: Petite Orchid. HEX triplet: D4, 98 and 8A. RGB value is (212,152,138). Sum of RGB (Red+Green+Blue) = 212+152+138=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4988A is #2B6775. Grayscale: #A8A8A8. Windows color (decimal): -2844534 or 9083092. OLE color: 9083092.

HSL color Cylindrical-coordinate representation of color #D4988A: hue angle of 11.35º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4988A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 138 -
CMYK 0 0.28 0.35 0.17
HSL 11.35º 0.46% 0.69% -
HSV(B) 11.35º 0.35% 0.83% -
XYZ 42.97 38.29 29.17 -
YUV 168.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 212 152 138 0 0.28 0.35 0.17 11.35 0.46 0.69
Hex D4 98 8A 0 1C 23 11 B 2E 45
Octal 324 230 212 0 34 43 21 13 56 105
Binary 11010100 10011000 10001010 0 11100 100011 10001 1011 101110 1000101

Color Harmonies of #D4988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4988A

Black with #D4988A

Text Example


Text Example

White with #D4988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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