Html Css Color HEX #DD955B Porsche

📋 copy color: '#DD955B'

red 221 ◦ green 149 ◦ blue 91

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

Shades of Porsche #DD955B

Tints of Porsche #DD955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 47.94%
G = 32.32%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD955B (or 0xDD955B) is known color: Porsche. HEX triplet: DD, 95 and 5B. RGB value is (221,149,91). Sum of RGB (Red+Green+Blue) = 221+149+91=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD955B is #226AA4. Grayscale: #A4A4A4. Windows color (decimal): -2255525 or 6002141. OLE color: 6002141.

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

Color convert

RGB 221 149 91 -
CMYK 0 0.33 0.59 0.13
HSL 26.77º 0.66% 0.61% -
HSV(B) 26.77º 0.59% 0.87% -
XYZ 42.45 37.62 14.92 -
YUV 163.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 221 149 91 0 0.33 0.59 0.13 26.77 0.66 0.61
Hex DD 95 5B 0 21 3B D 1B 42 3D
Octal 335 225 133 0 41 73 15 33 102 75
Binary 11011101 10010101 1011011 0 100001 111011 1101 11011 1000010 111101

Color Harmonies of #DD955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD955B

Black with #DD955B

Text Example


Text Example

White with #DD955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD955B; }

 p { color: rgb(221,149,91); }

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

background-color css

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

 a { background-color: rgb(221,149,91); }

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

border-color css

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

 span { border-color: rgb(221,149,91); }

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