Html Css Color HEX #D69491 Petite Orchid

📋 copy color: '#D69491'

red 214 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #D69491

Tints of Petite Orchid #D69491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 42.21%
G = 29.19%
B = 28.6%

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

#D69491 (or 0xD69491) is known color: Petite Orchid. HEX triplet: D6, 94 and 91. RGB value is (214,148,145). Sum of RGB (Red+Green+Blue) = 214+148+145=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69491 is #296B6E. Grayscale: #A7A7A7. Windows color (decimal): -2714479 or 9540822. OLE color: 9540822.

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

Color convert

RGB 214 148 145 -
CMYK 0 0.31 0.32 0.16
HSL 2.61º 0.46% 0.7% -
HSV(B) 2.61º 0.32% 0.84% -
XYZ 43.43 37.52 31.74 -
YUV 167.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 214 148 145 0 0.31 0.32 0.16 2.61 0.46 0.7
Hex D6 94 91 0 1F 20 10 3 2E 46
Octal 326 224 221 0 37 40 20 3 56 106
Binary 11010110 10010100 10010001 0 11111 100000 10000 11 101110 1000110

Color Harmonies of #D69491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69491

Black with #D69491

Text Example


Text Example

White with #D69491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69491; }

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

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

background-color css

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

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

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

border-color css

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

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

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