Html Css Color HEX #DA978A Petite Orchid

📋 copy color: '#DA978A'

red 218 ◦ green 151 ◦ blue 138

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

Shades of Petite Orchid #DA978A

Tints of Petite Orchid #DA978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.78%

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

R = 43%
G = 29.78%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA978A (or 0xDA978A) is known color: Petite Orchid. HEX triplet: DA, 97 and 8A. RGB value is (218,151,138). Sum of RGB (Red+Green+Blue) = 218+151+138=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA978A is #256875. Grayscale: #A9A9A9. Windows color (decimal): -2451574 or 9082842. OLE color: 9082842.

HSL color Cylindrical-coordinate representation of color #DA978A: hue angle of 9.75º 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 #DA978A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 151 138 -
CMYK 0 0.31 0.37 0.15
HSL 9.75º 0.52% 0.7% -
HSV(B) 9.75º 0.37% 0.85% -
XYZ 44.57 38.87 29.2 -
YUV 169.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 218 151 138 0 0.31 0.37 0.15 9.75 0.52 0.7
Hex DA 97 8A 0 1F 25 F A 34 46
Octal 332 227 212 0 37 45 17 12 64 106
Binary 11011010 10010111 10001010 0 11111 100101 1111 1010 110100 1000110

Color Harmonies of #DA978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA978A

Black with #DA978A

Text Example


Text Example

White with #DA978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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