Html Css Color HEX #D69788 Petite Orchid

📋 copy color: '#D69788'

red 214 ◦ green 151 ◦ blue 136

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

Shades of Petite Orchid #D69788

Tints of Petite Orchid #D69788

RGB

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

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

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

R = 42.71%
G = 30.14%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69788 (or 0xD69788) is known color: Petite Orchid. HEX triplet: D6, 97 and 88. RGB value is (214,151,136). Sum of RGB (Red+Green+Blue) = 214+151+136=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D69788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69788 is #296877. Grayscale: #A8A8A8. Windows color (decimal): -2713720 or 8951766. OLE color: 8951766.

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

Color convert

RGB 214 151 136 -
CMYK 0 0.29 0.36 0.16
HSL 11.54º 0.49% 0.69% -
HSV(B) 11.54º 0.36% 0.84% -
XYZ 43.24 38.21 28.39 -
YUV 168.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 214 151 136 0 0.29 0.36 0.16 11.54 0.49 0.69
Hex D6 97 88 0 1D 24 10 C 31 45
Octal 326 227 210 0 35 44 20 14 61 105
Binary 11010110 10010111 10001000 0 11101 100100 10000 1100 110001 1000101

Color Harmonies of #D69788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69788

Black with #D69788

Text Example


Text Example

White with #D69788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69788; }

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

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

background-color css

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

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

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

border-color css

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

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

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