Html Css Color HEX #DDA469 Porsche

📋 copy color: '#DDA469'

red 221 ◦ green 164 ◦ blue 105

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

Shades of Porsche #DDA469

Tints of Porsche #DDA469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 45.1%
G = 33.47%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDA469 (or 0xDDA469) is known color: Porsche. HEX triplet: DD, A4 and 69. RGB value is (221,164,105). Sum of RGB (Red+Green+Blue) = 221+164+105=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA469 is #225B96. Grayscale: #AEAEAE. Windows color (decimal): -2251671 or 6923485. OLE color: 6923485.

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

Color convert

RGB 221 164 105 -
CMYK 0 0.26 0.52 0.13
HSL 30.52º 0.63% 0.64% -
HSV(B) 30.52º 0.52% 0.87% -
XYZ 45.64 42.94 19.25 -
YUV 174.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 221 164 105 0 0.26 0.52 0.13 30.52 0.63 0.64
Hex DD A4 69 0 1A 34 D 1F 3F 40
Octal 335 244 151 0 32 64 15 37 77 100
Binary 11011101 10100100 1101001 0 11010 110100 1101 11111 111111 1000000

Color Harmonies of #DDA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA469

Black with #DDA469

Text Example


Text Example

White with #DDA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA469; }

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

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

background-color css

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

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

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

border-color css

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

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

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