Html Css Color HEX #DDA568 Porsche

📋 copy color: '#DDA568'

red 221 ◦ green 165 ◦ blue 104

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

Shades of Porsche #DDA568

Tints of Porsche #DDA568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 45.1%
G = 33.67%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDA568 (or 0xDDA568) is known color: Porsche. HEX triplet: DD, A5 and 68. RGB value is (221,165,104). Sum of RGB (Red+Green+Blue) = 221+165+104=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA568 is #225A97. Grayscale: #AFAFAF. Windows color (decimal): -2251416 or 6858205. OLE color: 6858205.

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

Color convert

RGB 221 165 104 -
CMYK 0 0.25 0.53 0.13
HSL 31.28º 0.63% 0.64% -
HSV(B) 31.28º 0.53% 0.87% -
XYZ 45.77 43.28 19.04 -
YUV 174.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 221 165 104 0 0.25 0.53 0.13 31.28 0.63 0.64
Hex DD A5 68 0 19 35 D 1F 3F 40
Octal 335 245 150 0 31 65 15 37 77 100
Binary 11011101 10100101 1101000 0 11001 110101 1101 11111 111111 1000000

Color Harmonies of #DDA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA568

Black with #DDA568

Text Example


Text Example

White with #DDA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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