Html Css Color HEX #DDA368 Porsche

📋 copy color: '#DDA368'

red 221 ◦ green 163 ◦ blue 104

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

Shades of Porsche #DDA368

Tints of Porsche #DDA368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 45.29%
G = 33.4%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDA368 (or 0xDDA368) is known color: Porsche. HEX triplet: DD, A3 and 68. RGB value is (221,163,104). Sum of RGB (Red+Green+Blue) = 221+163+104=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA368 is #225C97. Grayscale: #ADADAD. Windows color (decimal): -2251928 or 6857693. OLE color: 6857693.

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

Color convert

RGB 221 163 104 -
CMYK 0 0.26 0.53 0.13
HSL 30.26º 0.63% 0.64% -
HSV(B) 30.26º 0.53% 0.87% -
XYZ 45.41 42.57 18.92 -
YUV 173.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 221 163 104 0 0.26 0.53 0.13 30.26 0.63 0.64
Hex DD A3 68 0 1A 35 D 1E 3F 40
Octal 335 243 150 0 32 65 15 36 77 100
Binary 11011101 10100011 1101000 0 11010 110101 1101 11110 111111 1000000

Color Harmonies of #DDA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA368

Black with #DDA368

Text Example


Text Example

White with #DDA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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