Html Css Color HEX #DDA253 Porsche

📋 copy color: '#DDA253'

red 221 ◦ green 162 ◦ blue 83

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

Shades of Porsche #DDA253

Tints of Porsche #DDA253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.81%

R = 47.42%
G = 34.76%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA253 (or 0xDDA253) is known color: Porsche. HEX triplet: DD, A2 and 53. RGB value is (221,162,83). Sum of RGB (Red+Green+Blue) = 221+162+83=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA253 is #225DAC. Grayscale: #ABABAB. Windows color (decimal): -2252205 or 5481181. OLE color: 5481181.

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

Color convert

RGB 221 162 83 -
CMYK 0 0.27 0.62 0.13
HSL 34.35º 0.67% 0.6% -
HSV(B) 34.35º 0.62% 0.87% -
XYZ 44.3 41.84 13.92 -
YUV 170.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 221 162 83 0 0.27 0.62 0.13 34.35 0.67 0.6
Hex DD A2 53 0 1B 3E D 22 43 3C
Octal 335 242 123 0 33 76 15 42 103 74
Binary 11011101 10100010 1010011 0 11011 111110 1101 100010 1000011 111100

Color Harmonies of #DDA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA253

Black with #DDA253

Text Example


Text Example

White with #DDA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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