Html Css Color HEX #DBAC0D Gamboge

📋 copy color: '#DBAC0D'

red 219 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #DBAC0D

Tints of Gamboge #DBAC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

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

R = 54.21%
G = 42.57%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBAC0D (or 0xDBAC0D) is known color: Gamboge. HEX triplet: DB, AC and 0D. RGB value is (219,172,13). Sum of RGB (Red+Green+Blue) = 219+172+13=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC0D is #2453F2. Grayscale: #A8A8A8. Windows color (decimal): -2380787 or 896219. OLE color: 896219.

HSL color Cylindrical-coordinate representation of color #DBAC0D: hue angle of 46.31º 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 #DBAC0D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 13 -
CMYK 0 0.21 0.94 0.14
HSL 46.31º 0.89% 0.45% -
HSV(B) 46.31º 0.94% 0.86% -
XYZ 44.04 44.59 6.67 -
YUV 167.93 40.57 164.43 -
System Red Green Blue C M Y K H S L
Decimal 219 172 13 0 0.21 0.94 0.14 46.31 0.89 0.45
Hex DB AC D 0 15 5E E 2E 59 2D
Octal 333 254 15 0 25 136 16 56 131 55
Binary 11011011 10101100 1101 0 10101 1011110 1110 101110 1011001 101101

Color Harmonies of #DBAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC0D

Black with #DBAC0D

Text Example


Text Example

White with #DBAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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