Html Css Color HEX #D4908B Petite Orchid

📋 copy color: '#D4908B'

red 212 ◦ green 144 ◦ blue 139

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

Shades of Petite Orchid #D4908B

Tints of Petite Orchid #D4908B

RGB

 RED value IS 212 (83.2% from 255) = 42.83%

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

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

R = 42.83%
G = 29.09%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4908B (or 0xD4908B) is known color: Petite Orchid. HEX triplet: D4, 90 and 8B. RGB value is (212,144,139). Sum of RGB (Red+Green+Blue) = 212+144+139=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4908B is #2B6F74. Grayscale: #A3A3A3. Windows color (decimal): -2846581 or 9146580. OLE color: 9146580.

HSL color Cylindrical-coordinate representation of color #D4908B: hue angle of 4.11º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4908B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 144 139 -
CMYK 0 0.32 0.34 0.17
HSL 4.11º 0.46% 0.69% -
HSV(B) 4.11º 0.34% 0.83% -
XYZ 41.78 35.81 29.14 -
YUV 163.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 212 144 139 0 0.32 0.34 0.17 4.11 0.46 0.69
Hex D4 90 8B 0 20 22 11 4 2E 45
Octal 324 220 213 0 40 42 21 4 56 105
Binary 11010100 10010000 10001011 0 100000 100010 10001 100 101110 1000101

Color Harmonies of #D4908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4908B

Black with #D4908B

Text Example


Text Example

White with #D4908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4908B; }

 p { color: rgb(212,144,139); }

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

background-color css

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

 a { background-color: rgb(212,144,139); }

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

border-color css

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

 span { border-color: rgb(212,144,139); }

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