Html Css Color HEX #DA998D Petite Orchid

📋 copy color: '#DA998D'

red 218 ◦ green 153 ◦ blue 141

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

Shades of Petite Orchid #DA998D

Tints of Petite Orchid #DA998D

RGB

 RED value IS 218 (85.55% from 255) = 42.58%

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 42.58%
G = 29.88%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA998D (or 0xDA998D) is known color: Petite Orchid. HEX triplet: DA, 99 and 8D. RGB value is (218,153,141). Sum of RGB (Red+Green+Blue) = 218+153+141=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998D is #256672. Grayscale: #ABABAB. Windows color (decimal): -2451059 or 9279962. OLE color: 9279962.

HSL color Cylindrical-coordinate representation of color #DA998D: hue angle of 9.35º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA998D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 141 -
CMYK 0 0.30 0.35 0.15
HSL 9.35º 0.51% 0.7% -
HSV(B) 9.35º 0.35% 0.85% -
XYZ 45.11 39.61 30.47 -
YUV 171.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 218 153 141 0 0.30 0.35 0.15 9.35 0.51 0.7
Hex DA 99 8D 0 1E 23 F 9 33 46
Octal 332 231 215 0 36 43 17 11 63 106
Binary 11011010 10011001 10001101 0 11110 100011 1111 1001 110011 1000110

Color Harmonies of #DA998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA998D

Black with #DA998D

Text Example


Text Example

White with #DA998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA998D; }

 p { color: rgb(218,153,141); }

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

background-color css

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

 a { background-color: rgb(218,153,141); }

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

border-color css

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

 span { border-color: rgb(218,153,141); }

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