Html Css Color HEX #DDA265 Porsche

📋 copy color: '#DDA265'

red 221 ◦ green 162 ◦ blue 101

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

Shades of Porsche #DDA265

Tints of Porsche #DDA265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 45.66%
G = 33.47%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA265 (or 0xDDA265) is known color: Porsche. HEX triplet: DD, A2 and 65. RGB value is (221,162,101). Sum of RGB (Red+Green+Blue) = 221+162+101=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA265 is #225D9A. Grayscale: #ACACAC. Windows color (decimal): -2252187 or 6660829. OLE color: 6660829.

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

Color convert

RGB 221 162 101 -
CMYK 0 0.27 0.54 0.13
HSL 30.5º 0.64% 0.63% -
HSV(B) 30.5º 0.54% 0.87% -
XYZ 45.09 42.15 18.07 -
YUV 172.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 221 162 101 0 0.27 0.54 0.13 30.5 0.64 0.63
Hex DD A2 65 0 1B 36 D 1E 40 3F
Octal 335 242 145 0 33 66 15 36 100 77
Binary 11011101 10100010 1100101 0 11011 110110 1101 11110 1000000 111111

Color Harmonies of #DDA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA265

Black with #DDA265

Text Example


Text Example

White with #DDA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA265; }

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

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

background-color css

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

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

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

border-color css

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

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

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