Html Css Color HEX #D6908A Petite Orchid

📋 copy color: '#D6908A'

red 214 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #D6908A

Tints of Petite Orchid #D6908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.03%

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 43.15%
G = 29.03%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6908A (or 0xD6908A) is known color: Petite Orchid. HEX triplet: D6, 90 and 8A. RGB value is (214,144,138). Sum of RGB (Red+Green+Blue) = 214+144+138=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6908A is #296F75. Grayscale: #A4A4A4. Windows color (decimal): -2715510 or 9081046. OLE color: 9081046.

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

Color convert

RGB 214 144 138 -
CMYK 0 0.33 0.36 0.16
HSL 4.74º 0.48% 0.69% -
HSV(B) 4.74º 0.36% 0.84% -
XYZ 42.29 36.08 28.78 -
YUV 164.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 214 144 138 0 0.33 0.36 0.16 4.74 0.48 0.69
Hex D6 90 8A 0 21 24 10 5 30 45
Octal 326 220 212 0 41 44 20 5 60 105
Binary 11010110 10010000 10001010 0 100001 100100 10000 101 110000 1000101

Color Harmonies of #D6908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6908A

Black with #D6908A

Text Example


Text Example

White with #D6908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6908A; }

 p { color: rgb(214,144,138); }

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

background-color css

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

 a { background-color: rgb(214,144,138); }

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

border-color css

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

 span { border-color: rgb(214,144,138); }

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