Html Css Color HEX #DA9964 Porsche

📋 copy color: '#DA9964'

red 218 ◦ green 153 ◦ blue 100

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

Shades of Porsche #DA9964

Tints of Porsche #DA9964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 46.28%
G = 32.48%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9964 (or 0xDA9964) is known color: Porsche. HEX triplet: DA, 99 and 64. RGB value is (218,153,100). Sum of RGB (Red+Green+Blue) = 218+153+100=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9964 is #25669B. Grayscale: #A6A6A6. Windows color (decimal): -2451100 or 6592986. OLE color: 6592986.

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

Color convert

RGB 218 153 100 -
CMYK 0 0.30 0.54 0.15
HSL 26.95º 0.61% 0.62% -
HSV(B) 26.95º 0.54% 0.85% -
XYZ 42.6 38.61 17.26 -
YUV 166.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 218 153 100 0 0.30 0.54 0.15 26.95 0.61 0.62
Hex DA 99 64 0 1E 36 F 1B 3D 3E
Octal 332 231 144 0 36 66 17 33 75 76
Binary 11011010 10011001 1100100 0 11110 110110 1111 11011 111101 111110

Color Harmonies of #DA9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9964

Black with #DA9964

Text Example


Text Example

White with #DA9964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9964; }

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

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

background-color css

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

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

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

border-color css

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

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

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