Html Css Color HEX #DDA152 Porsche

📋 copy color: '#DDA152'

red 221 ◦ green 161 ◦ blue 82

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

Shades of Porsche #DDA152

Tints of Porsche #DDA152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.67%

R = 47.63%
G = 34.7%
B = 17.67%

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

#DDA152 (or 0xDDA152) is known color: Porsche. HEX triplet: DD, A1 and 52. RGB value is (221,161,82). Sum of RGB (Red+Green+Blue) = 221+161+82=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA152 is #225EAD. Grayscale: #AAAAAA. Windows color (decimal): -2252462 or 5415389. OLE color: 5415389.

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

Color convert

RGB 221 161 82 -
CMYK 0 0.27 0.63 0.13
HSL 34.1º 0.67% 0.59% -
HSV(B) 34.1º 0.63% 0.87% -
XYZ 44.09 41.47 13.66 -
YUV 169.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 221 161 82 0 0.27 0.63 0.13 34.1 0.67 0.59
Hex DD A1 52 0 1B 3F D 22 43 3B
Octal 335 241 122 0 33 77 15 42 103 73
Binary 11011101 10100001 1010010 0 11011 111111 1101 100010 1000011 111011

Color Harmonies of #DDA152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA152

Black with #DDA152

Text Example


Text Example

White with #DDA152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA152; }

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

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

background-color css

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

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

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

border-color css

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

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

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