Html Css Color HEX #DDA357 Porsche

📋 copy color: '#DDA357'

red 221 ◦ green 163 ◦ blue 87

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

Shades of Porsche #DDA357

Tints of Porsche #DDA357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.47%

R = 46.92%
G = 34.61%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA357 (or 0xDDA357) is known color: Porsche. HEX triplet: DD, A3 and 57. RGB value is (221,163,87). Sum of RGB (Red+Green+Blue) = 221+163+87=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA357 is #225CA8. Grayscale: #ACACAC. Windows color (decimal): -2251945 or 5743581. OLE color: 5743581.

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

Color convert

RGB 221 163 87 -
CMYK 0 0.26 0.61 0.13
HSL 34.03º 0.66% 0.6% -
HSV(B) 34.03º 0.61% 0.87% -
XYZ 44.64 42.25 14.82 -
YUV 171.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 221 163 87 0 0.26 0.61 0.13 34.03 0.66 0.6
Hex DD A3 57 0 1A 3D D 22 42 3C
Octal 335 243 127 0 32 75 15 42 102 74
Binary 11011101 10100011 1010111 0 11010 111101 1101 100010 1000010 111100

Color Harmonies of #DDA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA357

Black with #DDA357

Text Example


Text Example

White with #DDA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA357; }

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

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

background-color css

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

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

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

border-color css

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

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

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