Html Css Color HEX #DA9B5C Porsche

📋 copy color: '#DA9B5C'

red 218 ◦ green 155 ◦ blue 92

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

Shades of Porsche #DA9B5C

Tints of Porsche #DA9B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 46.88%
G = 33.33%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA9B5C (or 0xDA9B5C) is known color: Porsche. HEX triplet: DA, 9B and 5C. RGB value is (218,155,92). Sum of RGB (Red+Green+Blue) = 218+155+92=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B5C is #2564A3. Grayscale: #A6A6A6. Windows color (decimal): -2450596 or 6069210. OLE color: 6069210.

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

Color convert

RGB 218 155 92 -
CMYK 0 0.29 0.58 0.15
HSL 30º 0.63% 0.61% -
HSV(B) 30º 0.58% 0.85% -
XYZ 42.57 39.12 15.43 -
YUV 166.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 218 155 92 0 0.29 0.58 0.15 30 0.63 0.61
Hex DA 9B 5C 0 1D 3A F 1E 3F 3D
Octal 332 233 134 0 35 72 17 36 77 75
Binary 11011010 10011011 1011100 0 11101 111010 1111 11110 111111 111101

Color Harmonies of #DA9B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B5C

Black with #DA9B5C

Text Example


Text Example

White with #DA9B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B5C; }

 p { color: rgb(218,155,92); }

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

background-color css

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

 a { background-color: rgb(218,155,92); }

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

border-color css

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

 span { border-color: rgb(218,155,92); }

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