Html Css Color HEX #DD984F Porsche

📋 copy color: '#DD984F'

red 221 ◦ green 152 ◦ blue 79

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

Shades of Porsche #DD984F

Tints of Porsche #DD984F

RGB

 RED value IS 221 (86.72% from 255) = 48.89%

 GREEN value IS 152 (59.77% from 255) = 33.63%

 BLUE value IS 79 (31.25% from 255) = 17.48%

R = 48.89%
G = 33.63%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD984F (or 0xDD984F) is known color: Porsche. HEX triplet: DD, 98 and 4F. RGB value is (221,152,79). Sum of RGB (Red+Green+Blue) = 221+152+79=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD984F is #2267B0. Grayscale: #A4A4A4. Windows color (decimal): -2254769 or 5216477. OLE color: 5216477.

HSL color Cylindrical-coordinate representation of color #DD984F: hue angle of 30.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD984F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 79 -
CMYK 0 0.31 0.64 0.13
HSL 30.85º 0.68% 0.59% -
HSV(B) 30.85º 0.64% 0.87% -
XYZ 42.46 38.39 12.57 -
YUV 164.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 221 152 79 0 0.31 0.64 0.13 30.85 0.68 0.59
Hex DD 98 4F 0 1F 40 D 1F 44 3B
Octal 335 230 117 0 37 100 15 37 104 73
Binary 11011101 10011000 1001111 0 11111 1000000 1101 11111 1000100 111011

Color Harmonies of #DD984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD984F

Black with #DD984F

Text Example


Text Example

White with #DD984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD984F; }

 p { color: rgb(221,152,79); }

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

background-color css

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

 a { background-color: rgb(221,152,79); }

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

border-color css

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

 span { border-color: rgb(221,152,79); }

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