Html Css Color HEX #DD9761 Porsche

📋 copy color: '#DD9761'

red 221 ◦ green 151 ◦ blue 97

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

Shades of Porsche #DD9761

Tints of Porsche #DD9761

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 47.12%
G = 32.2%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD9761 (or 0xDD9761) is known color: Porsche. HEX triplet: DD, 97 and 61. RGB value is (221,151,97). Sum of RGB (Red+Green+Blue) = 221+151+97=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9761 is #22689E. Grayscale: #A6A6A6. Windows color (decimal): -2255007 or 6395869. OLE color: 6395869.

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

Color convert

RGB 221 151 97 -
CMYK 0 0.32 0.56 0.13
HSL 26.13º 0.65% 0.62% -
HSV(B) 26.13º 0.56% 0.87% -
XYZ 43.04 38.37 16.45 -
YUV 165.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 221 151 97 0 0.32 0.56 0.13 26.13 0.65 0.62
Hex DD 97 61 0 20 38 D 1A 41 3E
Octal 335 227 141 0 40 70 15 32 101 76
Binary 11011101 10010111 1100001 0 100000 111000 1101 11010 1000001 111110

Color Harmonies of #DD9761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9761

Black with #DD9761

Text Example


Text Example

White with #DD9761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9761; }

 p { color: rgb(221,151,97); }

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

background-color css

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

 a { background-color: rgb(221,151,97); }

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

border-color css

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

 span { border-color: rgb(221,151,97); }

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