Html Css Color HEX #DBAC01 Gamboge

📋 copy color: '#DBAC01'

red 219 ◦ green 172 ◦ blue 1

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

Shades of Gamboge #DBAC01

Tints of Gamboge #DBAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 55.87%
G = 43.88%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBAC01 (or 0xDBAC01) is known color: Gamboge. HEX triplet: DB, AC and 01. RGB value is (219,172,1). Sum of RGB (Red+Green+Blue) = 219+172+1=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC01 is #2453FE. Grayscale: #A7A7A7. Windows color (decimal): -2380799 or 109787. OLE color: 109787.

HSL color Cylindrical-coordinate representation of color #DBAC01: hue angle of 47.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBAC01 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 1 -
CMYK 0 0.21 1.00 0.14
HSL 47.06º 0.99% 0.43% -
HSV(B) 47.06º 1% 0.86% -
XYZ 43.97 44.57 6.31 -
YUV 166.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 219 172 1 0 0.21 1.00 0.14 47.06 0.99 0.43
Hex DB AC 1 0 15 64 E 2F 63 2B
Octal 333 254 1 0 25 144 16 57 143 53
Binary 11011011 10101100 1 0 10101 1100100 1110 101111 1100011 101011

Color Harmonies of #DBAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC01

Black with #DBAC01

Text Example


Text Example

White with #DBAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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