Html Css Color HEX #DDA150 Porsche

📋 copy color: '#DDA150'

red 221 ◦ green 161 ◦ blue 80

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

Shades of Porsche #DDA150

Tints of Porsche #DDA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.85%

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 47.84%
G = 34.85%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA150 (or 0xDDA150) is known color: Porsche. HEX triplet: DD, A1 and 50. RGB value is (221,161,80). Sum of RGB (Red+Green+Blue) = 221+161+80=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA150 is #225EAF. Grayscale: #AAAAAA. Windows color (decimal): -2252464 or 5284317. OLE color: 5284317.

HSL color Cylindrical-coordinate representation of color #DDA150: hue angle of 34.47º degrees, saturation: 0.67, 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 #DDA150 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 80 -
CMYK 0 0.27 0.64 0.13
HSL 34.47º 0.67% 0.59% -
HSV(B) 34.47º 0.64% 0.87% -
XYZ 44.01 41.44 13.27 -
YUV 169.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 221 161 80 0 0.27 0.64 0.13 34.47 0.67 0.59
Hex DD A1 50 0 1B 40 D 22 43 3B
Octal 335 241 120 0 33 100 15 42 103 73
Binary 11011101 10100001 1010000 0 11011 1000000 1101 100010 1000011 111011

Color Harmonies of #DDA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA150

Black with #DDA150

Text Example


Text Example

White with #DDA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA150; }

 p { color: rgb(221,161,80); }

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

background-color css

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

 a { background-color: rgb(221,161,80); }

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

border-color css

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

 span { border-color: rgb(221,161,80); }

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