Html Css Color HEX #DD9653 Porsche

📋 copy color: '#DD9653'

red 221 ◦ green 150 ◦ blue 83

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

Shades of Porsche #DD9653

Tints of Porsche #DD9653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

 BLUE value IS 83 (32.81% from 255) = 18.28%

R = 48.68%
G = 33.04%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9653 (or 0xDD9653) is known color: Porsche. HEX triplet: DD, 96 and 53. RGB value is (221,150,83). Sum of RGB (Red+Green+Blue) = 221+150+83=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9653 is #2269AC. Grayscale: #A3A3A3. Windows color (decimal): -2255277 or 5478109. OLE color: 5478109.

HSL color Cylindrical-coordinate representation of color #DD9653: hue angle of 29.13º 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 #DD9653 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 83 -
CMYK 0 0.32 0.62 0.13
HSL 29.13º 0.67% 0.6% -
HSV(B) 29.13º 0.62% 0.87% -
XYZ 42.29 37.81 13.25 -
YUV 163.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 221 150 83 0 0.32 0.62 0.13 29.13 0.67 0.6
Hex DD 96 53 0 20 3E D 1D 43 3C
Octal 335 226 123 0 40 76 15 35 103 74
Binary 11011101 10010110 1010011 0 100000 111110 1101 11101 1000011 111100

Color Harmonies of #DD9653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9653

Black with #DD9653

Text Example


Text Example

White with #DD9653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9653; }

 p { color: rgb(221,150,83); }

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

background-color css

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

 a { background-color: rgb(221,150,83); }

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

border-color css

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

 span { border-color: rgb(221,150,83); }

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