Html Css Color HEX #DBA265 Porsche

📋 copy color: '#DBA265'

red 219 ◦ green 162 ◦ blue 101

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

Shades of Porsche #DBA265

Tints of Porsche #DBA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 45.44%
G = 33.61%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBA265 (or 0xDBA265) is known color: Porsche. HEX triplet: DB, A2 and 65. RGB value is (219,162,101). Sum of RGB (Red+Green+Blue) = 219+162+101=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA265 is #245D9A. Grayscale: #ACACAC. Windows color (decimal): -2383259 or 6660827. OLE color: 6660827.

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

Color convert

RGB 219 162 101 -
CMYK 0 0.26 0.54 0.14
HSL 31.02º 0.62% 0.63% -
HSV(B) 31.02º 0.54% 0.86% -
XYZ 44.48 41.84 18.04 -
YUV 172.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 219 162 101 0 0.26 0.54 0.14 31.02 0.62 0.63
Hex DB A2 65 0 1A 36 E 1F 3E 3F
Octal 333 242 145 0 32 66 16 37 76 77
Binary 11011011 10100010 1100101 0 11010 110110 1110 11111 111110 111111

Color Harmonies of #DBA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA265

Black with #DBA265

Text Example


Text Example

White with #DBA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA265; }

 p { color: rgb(219,162,101); }

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

background-color css

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

 a { background-color: rgb(219,162,101); }

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

border-color css

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

 span { border-color: rgb(219,162,101); }

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