Html Css Color HEX #DBA04F Porsche

📋 copy color: '#DBA04F'

red 219 ◦ green 160 ◦ blue 79

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

Shades of Porsche #DBA04F

Tints of Porsche #DBA04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

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

R = 47.82%
G = 34.93%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBA04F (or 0xDBA04F) is known color: Porsche. HEX triplet: DB, A0 and 4F. RGB value is (219,160,79). Sum of RGB (Red+Green+Blue) = 219+160+79=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA04F is #245FB0. Grayscale: #A8A8A8. Windows color (decimal): -2383793 or 5218523. OLE color: 5218523.

HSL color Cylindrical-coordinate representation of color #DBA04F: hue angle of 34.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBA04F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 79 -
CMYK 0 0.27 0.64 0.14
HSL 34.71º 0.66% 0.58% -
HSV(B) 34.71º 0.64% 0.86% -
XYZ 43.2 40.77 12.99 -
YUV 168.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 219 160 79 0 0.27 0.64 0.14 34.71 0.66 0.58
Hex DB A0 4F 0 1B 40 E 23 42 3A
Octal 333 240 117 0 33 100 16 43 102 72
Binary 11011011 10100000 1001111 0 11011 1000000 1110 100011 1000010 111010

Color Harmonies of #DBA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA04F

Black with #DBA04F

Text Example


Text Example

White with #DBA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA04F; }

 p { color: rgb(219,160,79); }

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

background-color css

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

 a { background-color: rgb(219,160,79); }

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

border-color css

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

 span { border-color: rgb(219,160,79); }

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