Html Css Color HEX #DBA368 Porsche

📋 copy color: '#DBA368'

red 219 ◦ green 163 ◦ blue 104

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

Shades of Porsche #DBA368

Tints of Porsche #DBA368

RGB

 RED value IS 219 (85.94% from 255) = 45.06%

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 45.06%
G = 33.54%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBA368 (or 0xDBA368) is known color: Porsche. HEX triplet: DB, A3 and 68. RGB value is (219,163,104). Sum of RGB (Red+Green+Blue) = 219+163+104=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA368 is #245C97. Grayscale: #ADADAD. Windows color (decimal): -2383000 or 6857691. OLE color: 6857691.

HSL color Cylindrical-coordinate representation of color #DBA368: hue angle of 30.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBA368 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 104 -
CMYK 0 0.26 0.53 0.14
HSL 30.78º 0.61% 0.63% -
HSV(B) 30.78º 0.53% 0.86% -
XYZ 44.81 42.25 18.89 -
YUV 173.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 219 163 104 0 0.26 0.53 0.14 30.78 0.61 0.63
Hex DB A3 68 0 1A 35 E 1F 3D 3F
Octal 333 243 150 0 32 65 16 37 75 77
Binary 11011011 10100011 1101000 0 11010 110101 1110 11111 111101 111111

Color Harmonies of #DBA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA368

Black with #DBA368

Text Example


Text Example

White with #DBA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA368; }

 p { color: rgb(219,163,104); }

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

background-color css

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

 a { background-color: rgb(219,163,104); }

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

border-color css

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

 span { border-color: rgb(219,163,104); }

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