Html Css Color HEX #DDA262 Porsche

📋 copy color: '#DDA262'

red 221 ◦ green 162 ◦ blue 98

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

Shades of Porsche #DDA262

Tints of Porsche #DDA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

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

R = 45.95%
G = 33.68%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA262 (or 0xDDA262) is known color: Porsche. HEX triplet: DD, A2 and 62. RGB value is (221,162,98). Sum of RGB (Red+Green+Blue) = 221+162+98=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA262 is #225D9D. Grayscale: #ACACAC. Windows color (decimal): -2252190 or 6464221. OLE color: 6464221.

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

Color convert

RGB 221 162 98 -
CMYK 0 0.27 0.56 0.13
HSL 31.22º 0.64% 0.63% -
HSV(B) 31.22º 0.56% 0.87% -
XYZ 44.94 42.09 17.31 -
YUV 172.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 221 162 98 0 0.27 0.56 0.13 31.22 0.64 0.63
Hex DD A2 62 0 1B 38 D 1F 40 3F
Octal 335 242 142 0 33 70 15 37 100 77
Binary 11011101 10100010 1100010 0 11011 111000 1101 11111 1000000 111111

Color Harmonies of #DDA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA262

Black with #DDA262

Text Example


Text Example

White with #DDA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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