Html Css Color HEX #DDA05E Porsche

📋 copy color: '#DDA05E'

red 221 ◦ green 160 ◦ blue 94

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

Shades of Porsche #DDA05E

Tints of Porsche #DDA05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.68%

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 46.53%
G = 33.68%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA05E (or 0xDDA05E) is known color: Porsche. HEX triplet: DD, A0 and 5E. RGB value is (221,160,94). Sum of RGB (Red+Green+Blue) = 221+160+94=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA05E is #225FA1. Grayscale: #ABABAB. Windows color (decimal): -2252706 or 6201565. OLE color: 6201565.

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

Color convert

RGB 221 160 94 -
CMYK 0 0.28 0.57 0.13
HSL 31.18º 0.65% 0.62% -
HSV(B) 31.18º 0.57% 0.87% -
XYZ 44.41 41.32 16.22 -
YUV 170.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 221 160 94 0 0.28 0.57 0.13 31.18 0.65 0.62
Hex DD A0 5E 0 1C 39 D 1F 41 3E
Octal 335 240 136 0 34 71 15 37 101 76
Binary 11011101 10100000 1011110 0 11100 111001 1101 11111 1000001 111110

Color Harmonies of #DDA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA05E

Black with #DDA05E

Text Example


Text Example

White with #DDA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA05E; }

 p { color: rgb(221,160,94); }

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

background-color css

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

 a { background-color: rgb(221,160,94); }

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

border-color css

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

 span { border-color: rgb(221,160,94); }

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