Html Css Color HEX #DC9B9B Petite Orchid

📋 copy color: '#DC9B9B'

red 220 ◦ green 155 ◦ blue 155

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

Shades of Petite Orchid #DC9B9B

Tints of Petite Orchid #DC9B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.25%

R = 41.51%
G = 29.25%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC9B9B (or 0xDC9B9B) is known color: Petite Orchid. HEX triplet: DC, 9B and 9B. RGB value is (220,155,155). Sum of RGB (Red+Green+Blue) = 220+155+155=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B9B is #236464. Grayscale: #AEAEAE. Windows color (decimal): -2319461 or 10197980. OLE color: 10197980.

HSL color Cylindrical-coordinate representation of color #DC9B9B: hue angle of 0º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9B9B is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 155 -
CMYK 0 0.30 0.30 0.14
HSL 0.48% 0.74% -
HSV(B) 0.3% 0.86% -
XYZ 47.15 41.02 36.44 -
YUV 174.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 220 155 155 0 0.30 0.30 0.14 0 0.48 0.74
Hex DC 9B 9B 0 1E 1E E 0 30 4A
Octal 334 233 233 0 36 36 16 0 60 112
Binary 11011100 10011011 10011011 0 11110 11110 1110 0 110000 1001010

Color Harmonies of #DC9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B9B

Black with #DC9B9B

Text Example


Text Example

White with #DC9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B9B; }

 p { color: rgb(220,155,155); }

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

background-color css

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

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

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

border-color css

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

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

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