Html Css Color HEX #DA9C8F Petite Orchid

📋 copy color: '#DA9C8F'

red 218 ◦ green 156 ◦ blue 143

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

Shades of Petite Orchid #DA9C8F

Tints of Petite Orchid #DA9C8F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

 BLUE value IS 143 (56.25% from 255) = 27.66%

R = 42.17%
G = 30.17%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9C8F (or 0xDA9C8F) is known color: Petite Orchid. HEX triplet: DA, 9C and 8F. RGB value is (218,156,143). Sum of RGB (Red+Green+Blue) = 218+156+143=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C8F is #256370. Grayscale: #ADADAD. Windows color (decimal): -2450289 or 9411802. OLE color: 9411802.

HSL color Cylindrical-coordinate representation of color #DA9C8F: hue angle of 10.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA9C8F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 156 143 -
CMYK 0 0.28 0.34 0.15
HSL 10.4º 0.5% 0.71% -
HSV(B) 10.4º 0.34% 0.85% -
XYZ 45.76 40.67 31.42 -
YUV 173.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 218 156 143 0 0.28 0.34 0.15 10.4 0.5 0.71
Hex DA 9C 8F 0 1C 22 F A 32 47
Octal 332 234 217 0 34 42 17 12 62 107
Binary 11011010 10011100 10001111 0 11100 100010 1111 1010 110010 1000111

Color Harmonies of #DA9C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C8F

Black with #DA9C8F

Text Example


Text Example

White with #DA9C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C8F; }

 p { color: rgb(218,156,143); }

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

background-color css

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

 a { background-color: rgb(218,156,143); }

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

border-color css

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

 span { border-color: rgb(218,156,143); }

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