Html Css Color HEX #DDA25C Porsche

📋 copy color: '#DDA25C'

red 221 ◦ green 162 ◦ blue 92

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

Shades of Porsche #DDA25C

Tints of Porsche #DDA25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 46.53%
G = 34.11%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDA25C (or 0xDDA25C) is known color: Porsche. HEX triplet: DD, A2 and 5C. RGB value is (221,162,92). Sum of RGB (Red+Green+Blue) = 221+162+92=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA25C is #225DA3. Grayscale: #ACACAC. Windows color (decimal): -2252196 or 6071005. OLE color: 6071005.

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

Color convert

RGB 221 162 92 -
CMYK 0 0.27 0.58 0.13
HSL 32.56º 0.65% 0.61% -
HSV(B) 32.56º 0.58% 0.87% -
XYZ 44.67 41.99 15.87 -
YUV 171.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 221 162 92 0 0.27 0.58 0.13 32.56 0.65 0.61
Hex DD A2 5C 0 1B 3A D 21 41 3D
Octal 335 242 134 0 33 72 15 41 101 75
Binary 11011101 10100010 1011100 0 11011 111010 1101 100001 1000001 111101

Color Harmonies of #DDA25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA25C

Black with #DDA25C

Text Example


Text Example

White with #DDA25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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