Html Css Color HEX #DDA458 Porsche

📋 copy color: '#DDA458'

red 221 ◦ green 164 ◦ blue 88

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

Shades of Porsche #DDA458

Tints of Porsche #DDA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 88 (34.77% from 255) = 18.6%

R = 46.72%
G = 34.67%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDA458 (or 0xDDA458) is known color: Porsche. HEX triplet: DD, A4 and 58. RGB value is (221,164,88). Sum of RGB (Red+Green+Blue) = 221+164+88=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA458 is #225BA7. Grayscale: #ACACAC. Windows color (decimal): -2251688 or 5809373. OLE color: 5809373.

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

Color convert

RGB 221 164 88 -
CMYK 0 0.26 0.60 0.13
HSL 34.29º 0.66% 0.61% -
HSV(B) 34.29º 0.6% 0.87% -
XYZ 44.86 42.63 15.1 -
YUV 172.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 221 164 88 0 0.26 0.60 0.13 34.29 0.66 0.61
Hex DD A4 58 0 1A 3C D 22 42 3D
Octal 335 244 130 0 32 74 15 42 102 75
Binary 11011101 10100100 1011000 0 11010 111100 1101 100010 1000010 111101

Color Harmonies of #DDA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA458

Black with #DDA458

Text Example


Text Example

White with #DDA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA458; }

 p { color: rgb(221,164,88); }

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

background-color css

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

 a { background-color: rgb(221,164,88); }

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

border-color css

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

 span { border-color: rgb(221,164,88); }

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