Html Css Color HEX #DDA151 Porsche

📋 copy color: '#DDA151'

red 221 ◦ green 161 ◦ blue 81

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

Shades of Porsche #DDA151

Tints of Porsche #DDA151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.49%

R = 47.73%
G = 34.77%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDA151 (or 0xDDA151) is known color: Porsche. HEX triplet: DD, A1 and 51. RGB value is (221,161,81). Sum of RGB (Red+Green+Blue) = 221+161+81=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA151 is #225EAE. Grayscale: #AAAAAA. Windows color (decimal): -2252463 or 5349853. OLE color: 5349853.

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

Color convert

RGB 221 161 81 -
CMYK 0 0.27 0.63 0.13
HSL 34.29º 0.67% 0.59% -
HSV(B) 34.29º 0.63% 0.87% -
XYZ 44.05 41.46 13.46 -
YUV 169.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 221 161 81 0 0.27 0.63 0.13 34.29 0.67 0.59
Hex DD A1 51 0 1B 3F D 22 43 3B
Octal 335 241 121 0 33 77 15 42 103 73
Binary 11011101 10100001 1010001 0 11011 111111 1101 100010 1000011 111011

Color Harmonies of #DDA151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA151

Black with #DDA151

Text Example


Text Example

White with #DDA151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA151; }

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

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

background-color css

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

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

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

border-color css

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

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

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