Html Css Color HEX #DBA667 Porsche

📋 copy color: '#DBA667'

red 219 ◦ green 166 ◦ blue 103

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

Shades of Porsche #DBA667

Tints of Porsche #DBA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 103 (40.63% from 255) = 21.11%

R = 44.88%
G = 34.02%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBA667 (or 0xDBA667) is known color: Porsche. HEX triplet: DB, A6 and 67. RGB value is (219,166,103). Sum of RGB (Red+Green+Blue) = 219+166+103=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA667 is #245998. Grayscale: #AEAEAE. Windows color (decimal): -2382233 or 6792923. OLE color: 6792923.

HSL color Cylindrical-coordinate representation of color #DBA667: hue angle of 32.59º degrees, saturation: 0.62, 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 #DBA667 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 103 -
CMYK 0 0.24 0.53 0.14
HSL 32.59º 0.62% 0.63% -
HSV(B) 32.59º 0.53% 0.86% -
XYZ 45.3 43.31 18.8 -
YUV 174.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 219 166 103 0 0.24 0.53 0.14 32.59 0.62 0.63
Hex DB A6 67 0 18 35 E 21 3E 3F
Octal 333 246 147 0 30 65 16 41 76 77
Binary 11011011 10100110 1100111 0 11000 110101 1110 100001 111110 111111

Color Harmonies of #DBA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA667

Black with #DBA667

Text Example


Text Example

White with #DBA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA667; }

 p { color: rgb(219,166,103); }

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

background-color css

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

 a { background-color: rgb(219,166,103); }

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

border-color css

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

 span { border-color: rgb(219,166,103); }

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