Html Css Color HEX #DDA156 Porsche

📋 copy color: '#DDA156'

red 221 ◦ green 161 ◦ blue 86

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

Shades of Porsche #DDA156

Tints of Porsche #DDA156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.38%

R = 47.22%
G = 34.4%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA156 (or 0xDDA156) is known color: Porsche. HEX triplet: DD, A1 and 56. RGB value is (221,161,86). Sum of RGB (Red+Green+Blue) = 221+161+86=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA156 is #225EA9. Grayscale: #AAAAAA. Windows color (decimal): -2252458 or 5677533. OLE color: 5677533.

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

Color convert

RGB 221 161 86 -
CMYK 0 0.27 0.61 0.13
HSL 33.33º 0.67% 0.6% -
HSV(B) 33.33º 0.61% 0.87% -
XYZ 44.24 41.53 14.49 -
YUV 170.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 221 161 86 0 0.27 0.61 0.13 33.33 0.67 0.6
Hex DD A1 56 0 1B 3D D 21 43 3C
Octal 335 241 126 0 33 75 15 41 103 74
Binary 11011101 10100001 1010110 0 11011 111101 1101 100001 1000011 111100

Color Harmonies of #DDA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA156

Black with #DDA156

Text Example


Text Example

White with #DDA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA156; }

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

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

background-color css

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

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

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

border-color css

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

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

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