Html Css Color HEX #D9968A Petite Orchid

📋 copy color: '#D9968A'

red 217 ◦ green 150 ◦ blue 138

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

Shades of Petite Orchid #D9968A

Tints of Petite Orchid #D9968A

RGB

 RED value IS 217 (85.16% from 255) = 42.97%

 GREEN value IS 150 (58.98% from 255) = 29.7%

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

R = 42.97%
G = 29.7%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9968A (or 0xD9968A) is known color: Petite Orchid. HEX triplet: D9, 96 and 8A. RGB value is (217,150,138). Sum of RGB (Red+Green+Blue) = 217+150+138=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9968A is #266975. Grayscale: #A8A8A8. Windows color (decimal): -2517366 or 9082585. OLE color: 9082585.

HSL color Cylindrical-coordinate representation of color #D9968A: hue angle of 9.11º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9968A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 138 -
CMYK 0 0.31 0.36 0.15
HSL 9.11º 0.51% 0.7% -
HSV(B) 9.11º 0.36% 0.85% -
XYZ 44.11 38.4 29.13 -
YUV 168.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 217 150 138 0 0.31 0.36 0.15 9.11 0.51 0.7
Hex D9 96 8A 0 1F 24 F 9 33 46
Octal 331 226 212 0 37 44 17 11 63 106
Binary 11011001 10010110 10001010 0 11111 100100 1111 1001 110011 1000110

Color Harmonies of #D9968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9968A

Black with #D9968A

Text Example


Text Example

White with #D9968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9968A; }

 p { color: rgb(217,150,138); }

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

background-color css

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

 a { background-color: rgb(217,150,138); }

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

border-color css

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

 span { border-color: rgb(217,150,138); }

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