Html Css Color HEX #DBA253 Porsche

📋 copy color: '#DBA253'

red 219 ◦ green 162 ◦ blue 83

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

Shades of Porsche #DBA253

Tints of Porsche #DBA253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.89%

R = 47.2%
G = 34.91%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBA253 (or 0xDBA253) is known color: Porsche. HEX triplet: DB, A2 and 53. RGB value is (219,162,83). Sum of RGB (Red+Green+Blue) = 219+162+83=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA253 is #245DAC. Grayscale: #AAAAAA. Windows color (decimal): -2383277 or 5481179. OLE color: 5481179.

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

Color convert

RGB 219 162 83 -
CMYK 0 0.26 0.62 0.14
HSL 34.85º 0.65% 0.59% -
HSV(B) 34.85º 0.62% 0.86% -
XYZ 43.7 41.53 13.9 -
YUV 170.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 219 162 83 0 0.26 0.62 0.14 34.85 0.65 0.59
Hex DB A2 53 0 1A 3E E 23 41 3B
Octal 333 242 123 0 32 76 16 43 101 73
Binary 11011011 10100010 1010011 0 11010 111110 1110 100011 1000001 111011

Color Harmonies of #DBA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA253

Black with #DBA253

Text Example


Text Example

White with #DBA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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