Html Css Color HEX #DA9C4F Porsche

📋 copy color: '#DA9C4F'

red 218 ◦ green 156 ◦ blue 79

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

Shades of Porsche #DA9C4F

Tints of Porsche #DA9C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.44%

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

R = 48.12%
G = 34.44%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA9C4F (or 0xDA9C4F) is known color: Porsche. HEX triplet: DA, 9C and 4F. RGB value is (218,156,79). Sum of RGB (Red+Green+Blue) = 218+156+79=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C4F is #2563B0. Grayscale: #A6A6A6. Windows color (decimal): -2450353 or 5217498. OLE color: 5217498.

HSL color Cylindrical-coordinate representation of color #DA9C4F: hue angle of 33.24º 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 #DA9C4F is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 156 79 -
CMYK 0 0.28 0.64 0.15
HSL 33.24º 0.65% 0.58% -
HSV(B) 33.24º 0.64% 0.85% -
XYZ 42.21 39.25 12.75 -
YUV 165.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 218 156 79 0 0.28 0.64 0.15 33.24 0.65 0.58
Hex DA 9C 4F 0 1C 40 F 21 41 3A
Octal 332 234 117 0 34 100 17 41 101 72
Binary 11011010 10011100 1001111 0 11100 1000000 1111 100001 1000001 111010

Color Harmonies of #DA9C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C4F

Black with #DA9C4F

Text Example


Text Example

White with #DA9C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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