Html Css Color HEX #DA9B8B Petite Orchid

📋 copy color: '#DA9B8B'

red 218 ◦ green 155 ◦ blue 139

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

Shades of Petite Orchid #DA9B8B

Tints of Petite Orchid #DA9B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.27%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 42.58%
G = 30.27%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA9B8B (or 0xDA9B8B) is known color: Petite Orchid. HEX triplet: DA, 9B and 8B. RGB value is (218,155,139). Sum of RGB (Red+Green+Blue) = 218+155+139=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B8B is #256474. Grayscale: #ACACAC. Windows color (decimal): -2450549 or 9149402. OLE color: 9149402.

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

Color convert

RGB 218 155 139 -
CMYK 0 0.29 0.36 0.15
HSL 12.15º 0.52% 0.7% -
HSV(B) 12.15º 0.36% 0.85% -
XYZ 45.29 40.21 29.8 -
YUV 172.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 218 155 139 0 0.29 0.36 0.15 12.15 0.52 0.7
Hex DA 9B 8B 0 1D 24 F C 34 46
Octal 332 233 213 0 35 44 17 14 64 106
Binary 11011010 10011011 10001011 0 11101 100100 1111 1100 110100 1000110

Color Harmonies of #DA9B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B8B

Black with #DA9B8B

Text Example


Text Example

White with #DA9B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B8B; }

 p { color: rgb(218,155,139); }

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

background-color css

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

 a { background-color: rgb(218,155,139); }

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

border-color css

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

 span { border-color: rgb(218,155,139); }

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