Html Css Color HEX #DBAC04 Gamboge

📋 copy color: '#DBAC04'

red 219 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #DBAC04

Tints of Gamboge #DBAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 55.44%
G = 43.54%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBAC04 (or 0xDBAC04) is known color: Gamboge. HEX triplet: DB, AC and 04. RGB value is (219,172,4). Sum of RGB (Red+Green+Blue) = 219+172+4=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC04 is #2453FB. Grayscale: #A7A7A7. Windows color (decimal): -2380796 or 306395. OLE color: 306395.

HSL color Cylindrical-coordinate representation of color #DBAC04: hue angle of 46.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBAC04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 4 -
CMYK 0 0.21 0.98 0.14
HSL 46.88º 0.96% 0.44% -
HSV(B) 46.88º 0.98% 0.86% -
XYZ 43.99 44.57 6.4 -
YUV 166.9 36.07 165.16 -
System Red Green Blue C M Y K H S L
Decimal 219 172 4 0 0.21 0.98 0.14 46.88 0.96 0.44
Hex DB AC 4 0 15 62 E 2F 60 2C
Octal 333 254 4 0 25 142 16 57 140 54
Binary 11011011 10101100 100 0 10101 1100010 1110 101111 1100000 101100

Color Harmonies of #DBAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC04

Black with #DBAC04

Text Example


Text Example

White with #DBAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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