Html Css Color HEX #D69792 Petite Orchid

📋 copy color: '#D69792'

red 214 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #D69792

Tints of Petite Orchid #D69792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 41.88%
G = 29.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69792 (or 0xD69792) is known color: Petite Orchid. HEX triplet: D6, 97 and 92. RGB value is (214,151,146). Sum of RGB (Red+Green+Blue) = 214+151+146=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69792 is #29686D. Grayscale: #A9A9A9. Windows color (decimal): -2713710 or 9607126. OLE color: 9607126.

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

Color convert

RGB 214 151 146 -
CMYK 0 0.29 0.32 0.16
HSL 4.41º 0.45% 0.71% -
HSV(B) 4.41º 0.32% 0.84% -
XYZ 43.99 38.5 32.31 -
YUV 169.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 214 151 146 0 0.29 0.32 0.16 4.41 0.45 0.71
Hex D6 97 92 0 1D 20 10 4 2D 47
Octal 326 227 222 0 35 40 20 4 55 107
Binary 11010110 10010111 10010010 0 11101 100000 10000 100 101101 1000111

Color Harmonies of #D69792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69792

Black with #D69792

Text Example


Text Example

White with #D69792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69792; }

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

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

background-color css

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

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

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

border-color css

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

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

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