Html Css Color HEX #D69492 Petite Orchid

📋 copy color: '#D69492'

red 214 ◦ green 148 ◦ blue 146

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

Shades of Petite Orchid #D69492

Tints of Petite Orchid #D69492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 42.13%
G = 29.13%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69492 (or 0xD69492) is known color: Petite Orchid. HEX triplet: D6, 94 and 92. RGB value is (214,148,146). Sum of RGB (Red+Green+Blue) = 214+148+146=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69492 is #296B6D. Grayscale: #A7A7A7. Windows color (decimal): -2714478 or 9606358. OLE color: 9606358.

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

Color convert

RGB 214 148 146 -
CMYK 0 0.31 0.32 0.16
HSL 1.76º 0.45% 0.71% -
HSV(B) 1.76º 0.32% 0.84% -
XYZ 43.51 37.55 32.15 -
YUV 167.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 214 148 146 0 0.31 0.32 0.16 1.76 0.45 0.71
Hex D6 94 92 0 1F 20 10 2 2D 47
Octal 326 224 222 0 37 40 20 2 55 107
Binary 11010110 10010100 10010010 0 11111 100000 10000 10 101101 1000111

Color Harmonies of #D69492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69492

Black with #D69492

Text Example


Text Example

White with #D69492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69492; }

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

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

background-color css

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

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

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

border-color css

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

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

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