Html Css Color HEX #D69A8B Petite Orchid

📋 copy color: '#D69A8B'

red 214 ◦ green 154 ◦ blue 139

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

Shades of Petite Orchid #D69A8B

Tints of Petite Orchid #D69A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 42.21%
G = 30.37%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D69A8B (or 0xD69A8B) is known color: Petite Orchid. HEX triplet: D6, 9A and 8B. RGB value is (214,154,139). Sum of RGB (Red+Green+Blue) = 214+154+139=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A8B is #296574. Grayscale: #AAAAAA. Windows color (decimal): -2712949 or 9149142. OLE color: 9149142.

HSL color Cylindrical-coordinate representation of color #D69A8B: hue angle of 12º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D69A8B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 139 -
CMYK 0 0.28 0.35 0.16
HSL 12º 0.48% 0.69% -
HSV(B) 12º 0.35% 0.84% -
XYZ 43.95 39.27 29.69 -
YUV 170.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 214 154 139 0 0.28 0.35 0.16 12 0.48 0.69
Hex D6 9A 8B 0 1C 23 10 C 30 45
Octal 326 232 213 0 34 43 20 14 60 105
Binary 11010110 10011010 10001011 0 11100 100011 10000 1100 110000 1000101

Color Harmonies of #D69A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A8B

Black with #D69A8B

Text Example


Text Example

White with #D69A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A8B; }

 p { color: rgb(214,154,139); }

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

background-color css

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

 a { background-color: rgb(214,154,139); }

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

border-color css

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

 span { border-color: rgb(214,154,139); }

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