Html Css Color HEX #DDA56D Porsche

📋 copy color: '#DDA56D'

red 221 ◦ green 165 ◦ blue 109

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

Shades of Porsche #DDA56D

Tints of Porsche #DDA56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 44.65%
G = 33.33%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDA56D (or 0xDDA56D) is known color: Porsche. HEX triplet: DD, A5 and 6D. RGB value is (221,165,109). Sum of RGB (Red+Green+Blue) = 221+165+109=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56D is #225A92. Grayscale: #AFAFAF. Windows color (decimal): -2251411 or 7185885. OLE color: 7185885.

HSL color Cylindrical-coordinate representation of color #DDA56D: hue angle of 30º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDA56D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 109 -
CMYK 0 0.25 0.51 0.13
HSL 30º 0.62% 0.65% -
HSV(B) 30º 0.51% 0.87% -
XYZ 46.03 43.39 20.42 -
YUV 175.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 221 165 109 0 0.25 0.51 0.13 30 0.62 0.65
Hex DD A5 6D 0 19 33 D 1E 3E 41
Octal 335 245 155 0 31 63 15 36 76 101
Binary 11011101 10100101 1101101 0 11001 110011 1101 11110 111110 1000001

Color Harmonies of #DDA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA56D

Black with #DDA56D

Text Example


Text Example

White with #DDA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA56D; }

 p { color: rgb(221,165,109); }

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

background-color css

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

 a { background-color: rgb(221,165,109); }

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

border-color css

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

 span { border-color: rgb(221,165,109); }

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