Html Css Color HEX #DBA80D Gamboge

📋 copy color: '#DBA80D'

red 219 ◦ green 168 ◦ blue 13

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

Shades of Gamboge #DBA80D

Tints of Gamboge #DBA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

 BLUE value IS 13 (5.47% from 255) = 3.25%

R = 54.75%
G = 42%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBA80D (or 0xDBA80D) is known color: Gamboge. HEX triplet: DB, A8 and 0D. RGB value is (219,168,13). Sum of RGB (Red+Green+Blue) = 219+168+13=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA80D is #2457F2. Grayscale: #A6A6A6. Windows color (decimal): -2381811 or 895195. OLE color: 895195.

HSL color Cylindrical-coordinate representation of color #DBA80D: hue angle of 45.15º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBA80D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 13 -
CMYK 0 0.23 0.94 0.14
HSL 45.15º 0.89% 0.45% -
HSV(B) 45.15º 0.94% 0.86% -
XYZ 43.29 43.09 6.42 -
YUV 165.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 219 168 13 0 0.23 0.94 0.14 45.15 0.89 0.45
Hex DB A8 D 0 17 5E E 2D 59 2D
Octal 333 250 15 0 27 136 16 55 131 55
Binary 11011011 10101000 1101 0 10111 1011110 1110 101101 1011001 101101

Color Harmonies of #DBA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA80D

Black with #DBA80D

Text Example


Text Example

White with #DBA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA80D; }

 p { color: rgb(219,168,13); }

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

background-color css

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

 a { background-color: rgb(219,168,13); }

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

border-color css

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

 span { border-color: rgb(219,168,13); }

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