Html Css Color HEX #DDA562 Porsche

📋 copy color: '#DDA562'

red 221 ◦ green 165 ◦ blue 98

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

Shades of Porsche #DDA562

Tints of Porsche #DDA562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.25%

R = 45.66%
G = 34.09%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA562 (or 0xDDA562) is known color: Porsche. HEX triplet: DD, A5 and 62. RGB value is (221,165,98). Sum of RGB (Red+Green+Blue) = 221+165+98=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA562 is #225A9D. Grayscale: #AEAEAE. Windows color (decimal): -2251422 or 6464989. OLE color: 6464989.

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

Color convert

RGB 221 165 98 -
CMYK 0 0.25 0.56 0.13
HSL 32.68º 0.64% 0.63% -
HSV(B) 32.68º 0.56% 0.87% -
XYZ 45.48 43.16 17.49 -
YUV 174.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 221 165 98 0 0.25 0.56 0.13 32.68 0.64 0.63
Hex DD A5 62 0 19 38 D 21 40 3F
Octal 335 245 142 0 31 70 15 41 100 77
Binary 11011101 10100101 1100010 0 11001 111000 1101 100001 1000000 111111

Color Harmonies of #DDA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA562

Black with #DDA562

Text Example


Text Example

White with #DDA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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