Html Css Color HEX #D69588 Petite Orchid

📋 copy color: '#D69588'

red 214 ◦ green 149 ◦ blue 136

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

Shades of Petite Orchid #D69588

Tints of Petite Orchid #D69588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 42.89%
G = 29.86%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69588 (or 0xD69588) is known color: Petite Orchid. HEX triplet: D6, 95 and 88. RGB value is (214,149,136). Sum of RGB (Red+Green+Blue) = 214+149+136=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69588 is #296A77. Grayscale: #A7A7A7. Windows color (decimal): -2714232 or 8951254. OLE color: 8951254.

HSL color Cylindrical-coordinate representation of color #D69588: hue angle of 10º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69588 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 136 -
CMYK 0 0.30 0.36 0.16
HSL 10º 0.49% 0.69% -
HSV(B) 10º 0.36% 0.84% -
XYZ 42.92 37.57 28.28 -
YUV 166.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 214 149 136 0 0.30 0.36 0.16 10 0.49 0.69
Hex D6 95 88 0 1E 24 10 A 31 45
Octal 326 225 210 0 36 44 20 12 61 105
Binary 11010110 10010101 10001000 0 11110 100100 10000 1010 110001 1000101

Color Harmonies of #D69588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69588

Black with #D69588

Text Example


Text Example

White with #D69588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69588; }

 p { color: rgb(214,149,136); }

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

background-color css

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

 a { background-color: rgb(214,149,136); }

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

border-color css

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

 span { border-color: rgb(214,149,136); }

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