Html Css Color HEX #DBA152 Porsche

📋 copy color: '#DBA152'

red 219 ◦ green 161 ◦ blue 82

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

Shades of Porsche #DBA152

Tints of Porsche #DBA152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.85%

 BLUE value IS 82 (32.42% from 255) = 17.75%

R = 47.4%
G = 34.85%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA152 (or 0xDBA152) is known color: Porsche. HEX triplet: DB, A1 and 52. RGB value is (219,161,82). Sum of RGB (Red+Green+Blue) = 219+161+82=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA152 is #245EAD. Grayscale: #A9A9A9. Windows color (decimal): -2383534 or 5415387. OLE color: 5415387.

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

Color convert

RGB 219 161 82 -
CMYK 0 0.26 0.63 0.14
HSL 34.6º 0.66% 0.59% -
HSV(B) 34.6º 0.63% 0.86% -
XYZ 43.48 41.16 13.64 -
YUV 169.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 219 161 82 0 0.26 0.63 0.14 34.6 0.66 0.59
Hex DB A1 52 0 1A 3F E 23 42 3B
Octal 333 241 122 0 32 77 16 43 102 73
Binary 11011011 10100001 1010010 0 11010 111111 1110 100011 1000010 111011

Color Harmonies of #DBA152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA152

Black with #DBA152

Text Example


Text Example

White with #DBA152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA152; }

 p { color: rgb(219,161,82); }

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

background-color css

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

 a { background-color: rgb(219,161,82); }

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

border-color css

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

 span { border-color: rgb(219,161,82); }

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