Html Css Color HEX #DA994F Porsche

📋 copy color: '#DA994F'

red 218 ◦ green 153 ◦ blue 79

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

Shades of Porsche #DA994F

Tints of Porsche #DA994F

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 153 (60.16% from 255) = 34%

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

R = 48.44%
G = 34%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA994F (or 0xDA994F) is known color: Porsche. HEX triplet: DA, 99 and 4F. RGB value is (218,153,79). Sum of RGB (Red+Green+Blue) = 218+153+79=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA994F is #2566B0. Grayscale: #A4A4A4. Windows color (decimal): -2451121 or 5216730. OLE color: 5216730.

HSL color Cylindrical-coordinate representation of color #DA994F: hue angle of 31.94º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA994F is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 79 -
CMYK 0 0.30 0.64 0.15
HSL 31.94º 0.65% 0.58% -
HSV(B) 31.94º 0.64% 0.85% -
XYZ 41.72 38.25 12.58 -
YUV 164 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 218 153 79 0 0.30 0.64 0.15 31.94 0.65 0.58
Hex DA 99 4F 0 1E 40 F 20 41 3A
Octal 332 231 117 0 36 100 17 40 101 72
Binary 11011010 10011001 1001111 0 11110 1000000 1111 100000 1000001 111010

Color Harmonies of #DA994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA994F

Black with #DA994F

Text Example


Text Example

White with #DA994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA994F; }

 p { color: rgb(218,153,79); }

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

background-color css

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

 a { background-color: rgb(218,153,79); }

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

border-color css

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

 span { border-color: rgb(218,153,79); }

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