Html Css Color HEX #DD974F Porsche

📋 copy color: '#DD974F'

red 221 ◦ green 151 ◦ blue 79

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

Shades of Porsche #DD974F

Tints of Porsche #DD974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.48%

 BLUE value IS 79 (31.25% from 255) = 17.52%

R = 49%
G = 33.48%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD974F (or 0xDD974F) is known color: Porsche. HEX triplet: DD, 97 and 4F. RGB value is (221,151,79). Sum of RGB (Red+Green+Blue) = 221+151+79=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD974F is #2268B0. Grayscale: #A4A4A4. Windows color (decimal): -2255025 or 5216221. OLE color: 5216221.

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

Color convert

RGB 221 151 79 -
CMYK 0 0.32 0.64 0.13
HSL 30.42º 0.68% 0.59% -
HSV(B) 30.42º 0.64% 0.87% -
XYZ 42.3 38.07 12.52 -
YUV 163.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 221 151 79 0 0.32 0.64 0.13 30.42 0.68 0.59
Hex DD 97 4F 0 20 40 D 1E 44 3B
Octal 335 227 117 0 40 100 15 36 104 73
Binary 11011101 10010111 1001111 0 100000 1000000 1101 11110 1000100 111011

Color Harmonies of #DD974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD974F

Black with #DD974F

Text Example


Text Example

White with #DD974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD974F; }

 p { color: rgb(221,151,79); }

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

background-color css

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

 a { background-color: rgb(221,151,79); }

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

border-color css

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

 span { border-color: rgb(221,151,79); }

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