Html Css Color HEX #DDA25F Porsche

📋 copy color: '#DDA25F'

red 221 ◦ green 162 ◦ blue 95

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

Shades of Porsche #DDA25F

Tints of Porsche #DDA25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 46.23%
G = 33.89%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA25F (or 0xDDA25F) is known color: Porsche. HEX triplet: DD, A2 and 5F. RGB value is (221,162,95). Sum of RGB (Red+Green+Blue) = 221+162+95=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA25F is #225DA0. Grayscale: #ACACAC. Windows color (decimal): -2252193 or 6267613. OLE color: 6267613.

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

Color convert

RGB 221 162 95 -
CMYK 0 0.27 0.57 0.13
HSL 31.9º 0.65% 0.62% -
HSV(B) 31.9º 0.57% 0.87% -
XYZ 44.8 42.04 16.58 -
YUV 172 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 221 162 95 0 0.27 0.57 0.13 31.9 0.65 0.62
Hex DD A2 5F 0 1B 39 D 20 41 3E
Octal 335 242 137 0 33 71 15 40 101 76
Binary 11011101 10100010 1011111 0 11011 111001 1101 100000 1000001 111110

Color Harmonies of #DDA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA25F

Black with #DDA25F

Text Example


Text Example

White with #DDA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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