Html Css Color HEX #DDA251 Porsche

📋 copy color: '#DDA251'

red 221 ◦ green 162 ◦ blue 81

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

Shades of Porsche #DDA251

Tints of Porsche #DDA251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.46%

R = 47.63%
G = 34.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDA251 (or 0xDDA251) is known color: Porsche. HEX triplet: DD, A2 and 51. RGB value is (221,162,81). Sum of RGB (Red+Green+Blue) = 221+162+81=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA251 is #225DAE. Grayscale: #AAAAAA. Windows color (decimal): -2252207 or 5350109. OLE color: 5350109.

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

Color convert

RGB 221 162 81 -
CMYK 0 0.27 0.63 0.13
HSL 34.71º 0.67% 0.59% -
HSV(B) 34.71º 0.63% 0.87% -
XYZ 44.22 41.81 13.52 -
YUV 170.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 221 162 81 0 0.27 0.63 0.13 34.71 0.67 0.59
Hex DD A2 51 0 1B 3F D 23 43 3B
Octal 335 242 121 0 33 77 15 43 103 73
Binary 11011101 10100010 1010001 0 11011 111111 1101 100011 1000011 111011

Color Harmonies of #DDA251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA251

Black with #DDA251

Text Example


Text Example

White with #DDA251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA251; }

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

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

background-color css

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

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

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

border-color css

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

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

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