Html Css Color HEX #DDA362 Porsche

📋 copy color: '#DDA362'

red 221 ◦ green 163 ◦ blue 98

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

Shades of Porsche #DDA362

Tints of Porsche #DDA362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

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

R = 45.85%
G = 33.82%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA362 (or 0xDDA362) is known color: Porsche. HEX triplet: DD, A3 and 62. RGB value is (221,163,98). Sum of RGB (Red+Green+Blue) = 221+163+98=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA362 is #225C9D. Grayscale: #ADADAD. Windows color (decimal): -2251934 or 6464477. OLE color: 6464477.

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

Color convert

RGB 221 163 98 -
CMYK 0 0.26 0.56 0.13
HSL 31.71º 0.64% 0.63% -
HSV(B) 31.71º 0.56% 0.87% -
XYZ 45.12 42.45 17.37 -
YUV 172.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 221 163 98 0 0.26 0.56 0.13 31.71 0.64 0.63
Hex DD A3 62 0 1A 38 D 20 40 3F
Octal 335 243 142 0 32 70 15 40 100 77
Binary 11011101 10100011 1100010 0 11010 111000 1101 100000 1000000 111111

Color Harmonies of #DDA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA362

Black with #DDA362

Text Example


Text Example

White with #DDA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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