Html Css Color HEX #DDA567 Porsche

📋 copy color: '#DDA567'

red 221 ◦ green 165 ◦ blue 103

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

Shades of Porsche #DDA567

Tints of Porsche #DDA567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.06%

R = 45.19%
G = 33.74%
B = 21.06%

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

#DDA567 (or 0xDDA567) is known color: Porsche. HEX triplet: DD, A5 and 67. RGB value is (221,165,103). Sum of RGB (Red+Green+Blue) = 221+165+103=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA567 is #225A98. Grayscale: #AEAEAE. Windows color (decimal): -2251417 or 6792669. OLE color: 6792669.

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

Color convert

RGB 221 165 103 -
CMYK 0 0.25 0.53 0.13
HSL 31.53º 0.63% 0.64% -
HSV(B) 31.53º 0.53% 0.87% -
XYZ 45.72 43.26 18.77 -
YUV 174.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 221 165 103 0 0.25 0.53 0.13 31.53 0.63 0.64
Hex DD A5 67 0 19 35 D 20 3F 40
Octal 335 245 147 0 31 65 15 40 77 100
Binary 11011101 10100101 1100111 0 11001 110101 1101 100000 111111 1000000

Color Harmonies of #DDA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA567

Black with #DDA567

Text Example


Text Example

White with #DDA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA567; }

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

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

background-color css

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

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

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

border-color css

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

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

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