Html Css Color HEX #DD9954 Porsche

📋 copy color: '#DD9954'

red 221 ◦ green 153 ◦ blue 84

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

Shades of Porsche #DD9954

Tints of Porsche #DD9954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.41%

 BLUE value IS 84 (33.2% from 255) = 18.34%

R = 48.25%
G = 33.41%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9954 (or 0xDD9954) is known color: Porsche. HEX triplet: DD, 99 and 54. RGB value is (221,153,84). Sum of RGB (Red+Green+Blue) = 221+153+84=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9954 is #2266AB. Grayscale: #A5A5A5. Windows color (decimal): -2254508 or 5544413. OLE color: 5544413.

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

Color convert

RGB 221 153 84 -
CMYK 0 0.31 0.62 0.13
HSL 30.22º 0.67% 0.6% -
HSV(B) 30.22º 0.62% 0.87% -
XYZ 42.81 38.79 13.62 -
YUV 165.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 221 153 84 0 0.31 0.62 0.13 30.22 0.67 0.6
Hex DD 99 54 0 1F 3E D 1E 43 3C
Octal 335 231 124 0 37 76 15 36 103 74
Binary 11011101 10011001 1010100 0 11111 111110 1101 11110 1000011 111100

Color Harmonies of #DD9954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9954

Black with #DD9954

Text Example


Text Example

White with #DD9954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9954; }

 p { color: rgb(221,153,84); }

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

background-color css

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

 a { background-color: rgb(221,153,84); }

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

border-color css

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

 span { border-color: rgb(221,153,84); }

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