Html Css Color HEX #DDA369 Porsche

📋 copy color: '#DDA369'

red 221 ◦ green 163 ◦ blue 105

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

Shades of Porsche #DDA369

Tints of Porsche #DDA369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

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

R = 45.19%
G = 33.33%
B = 21.47%

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

#DDA369 (or 0xDDA369) is known color: Porsche. HEX triplet: DD, A3 and 69. RGB value is (221,163,105). Sum of RGB (Red+Green+Blue) = 221+163+105=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA369 is #225C96. Grayscale: #AEAEAE. Windows color (decimal): -2251927 or 6923229. OLE color: 6923229.

HSL color Cylindrical-coordinate representation of color #DDA369: hue angle of 30º 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 #DDA369 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 105 -
CMYK 0 0.26 0.52 0.13
HSL 30º 0.63% 0.64% -
HSV(B) 30º 0.52% 0.87% -
XYZ 45.47 42.59 19.19 -
YUV 173.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 221 163 105 0 0.26 0.52 0.13 30 0.63 0.64
Hex DD A3 69 0 1A 34 D 1E 3F 40
Octal 335 243 151 0 32 64 15 36 77 100
Binary 11011101 10100011 1101001 0 11010 110100 1101 11110 111111 1000000

Color Harmonies of #DDA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA369

Black with #DDA369

Text Example


Text Example

White with #DDA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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