Html Css Color HEX #D09492 Petite Orchid

📋 copy color: '#D09492'

red 208 ◦ green 148 ◦ blue 146

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

Shades of Petite Orchid #D09492

Tints of Petite Orchid #D09492

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

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

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

R = 41.43%
G = 29.48%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09492 (or 0xD09492) is known color: Petite Orchid. HEX triplet: D0, 94 and 92. RGB value is (208,148,146). Sum of RGB (Red+Green+Blue) = 208+148+146=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09492 is #2F6B6D. Grayscale: #A5A5A5. Windows color (decimal): -3107694 or 9606352. OLE color: 9606352.

HSL color Cylindrical-coordinate representation of color #D09492: hue angle of 1.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09492 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 146 -
CMYK 0 0.29 0.30 0.18
HSL 1.94º 0.4% 0.69% -
HSV(B) 1.94º 0.3% 0.82% -
XYZ 41.79 36.67 32.07 -
YUV 165.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 208 148 146 0 0.29 0.30 0.18 1.94 0.4 0.69
Hex D0 94 92 0 1D 1E 12 2 28 45
Octal 320 224 222 0 35 36 22 2 50 105
Binary 11010000 10010100 10010010 0 11101 11110 10010 10 101000 1000101

Color Harmonies of #D09492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09492

Black with #D09492

Text Example


Text Example

White with #D09492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09492; }

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

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

background-color css

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

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

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

border-color css

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

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

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