Html Css Color HEX #DDA04F Porsche

📋 copy color: '#DDA04F'

red 221 ◦ green 160 ◦ blue 79

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

Shades of Porsche #DDA04F

Tints of Porsche #DDA04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.17%

R = 48.04%
G = 34.78%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA04F (or 0xDDA04F) is known color: Porsche. HEX triplet: DD, A0 and 4F. RGB value is (221,160,79). Sum of RGB (Red+Green+Blue) = 221+160+79=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA04F is #225FB0. Grayscale: #A9A9A9. Windows color (decimal): -2252721 or 5218525. OLE color: 5218525.

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

Color convert

RGB 221 160 79 -
CMYK 0 0.28 0.64 0.13
HSL 34.23º 0.68% 0.59% -
HSV(B) 34.23º 0.64% 0.87% -
XYZ 43.8 41.08 13.02 -
YUV 169.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 221 160 79 0 0.28 0.64 0.13 34.23 0.68 0.59
Hex DD A0 4F 0 1C 40 D 22 44 3B
Octal 335 240 117 0 34 100 15 42 104 73
Binary 11011101 10100000 1001111 0 11100 1000000 1101 100010 1000100 111011

Color Harmonies of #DDA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA04F

Black with #DDA04F

Text Example


Text Example

White with #DDA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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