Html Css Color HEX #DDA365 Porsche

📋 copy color: '#DDA365'

red 221 ◦ green 163 ◦ blue 101

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

Shades of Porsche #DDA365

Tints of Porsche #DDA365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.61%

 BLUE value IS 101 (39.84% from 255) = 20.82%

R = 45.57%
G = 33.61%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA365 (or 0xDDA365) is known color: Porsche. HEX triplet: DD, A3 and 65. RGB value is (221,163,101). Sum of RGB (Red+Green+Blue) = 221+163+101=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA365 is #225C9A. Grayscale: #ADADAD. Windows color (decimal): -2251931 or 6661085. OLE color: 6661085.

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

Color convert

RGB 221 163 101 -
CMYK 0 0.26 0.54 0.13
HSL 31º 0.64% 0.63% -
HSV(B) 31º 0.54% 0.87% -
XYZ 45.26 42.51 18.13 -
YUV 173.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 221 163 101 0 0.26 0.54 0.13 31 0.64 0.63
Hex DD A3 65 0 1A 36 D 1F 40 3F
Octal 335 243 145 0 32 66 15 37 100 77
Binary 11011101 10100011 1100101 0 11010 110110 1101 11111 1000000 111111

Color Harmonies of #DDA365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA365

Black with #DDA365

Text Example


Text Example

White with #DDA365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA365; }

 p { color: rgb(221,163,101); }

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

background-color css

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

 a { background-color: rgb(221,163,101); }

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

border-color css

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

 span { border-color: rgb(221,163,101); }

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