Html Css Color HEX #DDA467 Porsche

📋 copy color: '#DDA467'

red 221 ◦ green 164 ◦ blue 103

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

Shades of Porsche #DDA467

Tints of Porsche #DDA467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.11%

R = 45.29%
G = 33.61%
B = 21.11%

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

#DDA467 (or 0xDDA467) is known color: Porsche. HEX triplet: DD, A4 and 67. RGB value is (221,164,103). Sum of RGB (Red+Green+Blue) = 221+164+103=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA467 is #225B98. Grayscale: #AEAEAE. Windows color (decimal): -2251673 or 6792413. OLE color: 6792413.

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

Color convert

RGB 221 164 103 -
CMYK 0 0.26 0.53 0.13
HSL 31.02º 0.63% 0.64% -
HSV(B) 31.02º 0.53% 0.87% -
XYZ 45.54 42.9 18.71 -
YUV 174.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 221 164 103 0 0.26 0.53 0.13 31.02 0.63 0.64
Hex DD A4 67 0 1A 35 D 1F 3F 40
Octal 335 244 147 0 32 65 15 37 77 100
Binary 11011101 10100100 1100111 0 11010 110101 1101 11111 111111 1000000

Color Harmonies of #DDA467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA467

Black with #DDA467

Text Example


Text Example

White with #DDA467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA467; }

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

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

background-color css

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

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

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

border-color css

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

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

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