Html Css Color HEX #DC9789 Petite Orchid

📋 copy color: '#DC9789'

red 220 ◦ green 151 ◦ blue 137

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

Shades of Petite Orchid #DC9789

Tints of Petite Orchid #DC9789

RGB

 RED value IS 220 (86.33% from 255) = 43.31%

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

 BLUE value IS 137 (53.91% from 255) = 26.97%

R = 43.31%
G = 29.72%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9789 (or 0xDC9789) is known color: Petite Orchid. HEX triplet: DC, 97 and 89. RGB value is (220,151,137). Sum of RGB (Red+Green+Blue) = 220+151+137=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9789 is #236876. Grayscale: #AAAAAA. Windows color (decimal): -2320503 or 9017308. OLE color: 9017308.

HSL color Cylindrical-coordinate representation of color #DC9789: hue angle of 10.12º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9789 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 137 -
CMYK 0 0.31 0.38 0.14
HSL 10.12º 0.54% 0.7% -
HSV(B) 10.12º 0.38% 0.86% -
XYZ 45.1 39.16 28.85 -
YUV 170.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 220 151 137 0 0.31 0.38 0.14 10.12 0.54 0.7
Hex DC 97 89 0 1F 26 E A 36 46
Octal 334 227 211 0 37 46 16 12 66 106
Binary 11011100 10010111 10001001 0 11111 100110 1110 1010 110110 1000110

Color Harmonies of #DC9789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9789

Black with #DC9789

Text Example


Text Example

White with #DC9789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9789; }

 p { color: rgb(220,151,137); }

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

background-color css

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

 a { background-color: rgb(220,151,137); }

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

border-color css

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

 span { border-color: rgb(220,151,137); }

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