Html Css Color HEX #D69C99 Petite Orchid

📋 copy color: '#D69C99'

red 214 ◦ green 156 ◦ blue 153

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

Shades of Petite Orchid #D69C99

Tints of Petite Orchid #D69C99

RGB

 RED value IS 214 (83.98% from 255) = 40.92%

 GREEN value IS 156 (61.33% from 255) = 29.83%

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 40.92%
G = 29.83%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69C99 (or 0xD69C99) is known color: Petite Orchid. HEX triplet: D6, 9C and 99. RGB value is (214,156,153). Sum of RGB (Red+Green+Blue) = 214+156+153=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C99 is #296366. Grayscale: #ADADAD. Windows color (decimal): -2712423 or 10067158. OLE color: 10067158.

HSL color Cylindrical-coordinate representation of color #D69C99: hue angle of 2.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69C99 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 156 153 -
CMYK 0 0.27 0.29 0.16
HSL 2.95º 0.43% 0.72% -
HSV(B) 2.95º 0.29% 0.84% -
XYZ 45.37 40.37 35.54 -
YUV 173 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 214 156 153 0 0.27 0.29 0.16 2.95 0.43 0.72
Hex D6 9C 99 0 1B 1D 10 3 2B 48
Octal 326 234 231 0 33 35 20 3 53 110
Binary 11010110 10011100 10011001 0 11011 11101 10000 11 101011 1001000

Color Harmonies of #D69C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C99

Black with #D69C99

Text Example


Text Example

White with #D69C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C99; }

 p { color: rgb(214,156,153); }

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

background-color css

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

 a { background-color: rgb(214,156,153); }

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

border-color css

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

 span { border-color: rgb(214,156,153); }

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