Html Css Color HEX #DA8C8B Petite Orchid

📋 copy color: '#DA8C8B'

red 218 ◦ green 140 ◦ blue 139

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

Shades of Petite Orchid #DA8C8B

Tints of Petite Orchid #DA8C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 43.86%
G = 28.17%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA8C8B (or 0xDA8C8B) is known color: Petite Orchid. HEX triplet: DA, 8C and 8B. RGB value is (218,140,139). Sum of RGB (Red+Green+Blue) = 218+140+139=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C8B is #257374. Grayscale: #A3A3A3. Windows color (decimal): -2454389 or 9145562. OLE color: 9145562.

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

Color convert

RGB 218 140 139 -
CMYK 0 0.36 0.36 0.15
HSL 0.76º 0.52% 0.7% -
HSV(B) 0.76º 0.36% 0.85% -
XYZ 42.95 35.53 29.02 -
YUV 163.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 218 140 139 0 0.36 0.36 0.15 0.76 0.52 0.7
Hex DA 8C 8B 0 24 24 F 1 34 46
Octal 332 214 213 0 44 44 17 1 64 106
Binary 11011010 10001100 10001011 0 100100 100100 1111 1 110100 1000110

Color Harmonies of #DA8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C8B

Black with #DA8C8B

Text Example


Text Example

White with #DA8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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