Html Css Color HEX #DA9A8A Petite Orchid

📋 copy color: '#DA9A8A'

red 218 ◦ green 154 ◦ blue 138

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

Shades of Petite Orchid #DA9A8A

Tints of Petite Orchid #DA9A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.2%

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

R = 42.75%
G = 30.2%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA9A8A (or 0xDA9A8A) is known color: Petite Orchid. HEX triplet: DA, 9A and 8A. RGB value is (218,154,138). Sum of RGB (Red+Green+Blue) = 218+154+138=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A8A is #256575. Grayscale: #ABABAB. Windows color (decimal): -2450806 or 9083610. OLE color: 9083610.

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

Color convert

RGB 218 154 138 -
CMYK 0 0.29 0.37 0.15
HSL 12º 0.52% 0.7% -
HSV(B) 12º 0.37% 0.85% -
XYZ 45.06 39.85 29.36 -
YUV 171.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 218 154 138 0 0.29 0.37 0.15 12 0.52 0.7
Hex DA 9A 8A 0 1D 25 F C 34 46
Octal 332 232 212 0 35 45 17 14 64 106
Binary 11011010 10011010 10001010 0 11101 100101 1111 1100 110100 1000110

Color Harmonies of #DA9A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A8A

Black with #DA9A8A

Text Example


Text Example

White with #DA9A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A8A; }

 p { color: rgb(218,154,138); }

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

background-color css

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

 a { background-color: rgb(218,154,138); }

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

border-color css

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

 span { border-color: rgb(218,154,138); }

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