Html Css Color HEX #DD9752 Porsche

📋 copy color: '#DD9752'

red 221 ◦ green 151 ◦ blue 82

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

Shades of Porsche #DD9752

Tints of Porsche #DD9752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.06%

R = 48.68%
G = 33.26%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD9752 (or 0xDD9752) is known color: Porsche. HEX triplet: DD, 97 and 52. RGB value is (221,151,82). Sum of RGB (Red+Green+Blue) = 221+151+82=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9752 is #2268AD. Grayscale: #A4A4A4. Windows color (decimal): -2255022 or 5412829. OLE color: 5412829.

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

Color convert

RGB 221 151 82 -
CMYK 0 0.32 0.63 0.13
HSL 29.78º 0.67% 0.59% -
HSV(B) 29.78º 0.63% 0.87% -
XYZ 42.41 38.11 13.1 -
YUV 164.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 221 151 82 0 0.32 0.63 0.13 29.78 0.67 0.59
Hex DD 97 52 0 20 3F D 1E 43 3B
Octal 335 227 122 0 40 77 15 36 103 73
Binary 11011101 10010111 1010010 0 100000 111111 1101 11110 1000011 111011

Color Harmonies of #DD9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9752

Black with #DD9752

Text Example


Text Example

White with #DD9752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9752; }

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

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

background-color css

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

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

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

border-color css

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

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

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