Html Css Color HEX #DBAC02 Gamboge

📋 copy color: '#DBAC02'

red 219 ◦ green 172 ◦ blue 2

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

Shades of Gamboge #DBAC02

Tints of Gamboge #DBAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 55.73%
G = 43.77%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBAC02 (or 0xDBAC02) is known color: Gamboge. HEX triplet: DB, AC and 02. RGB value is (219,172,2). Sum of RGB (Red+Green+Blue) = 219+172+2=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC02 is #2453FD. Grayscale: #A7A7A7. Windows color (decimal): -2380798 or 175323. OLE color: 175323.

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

Color convert

RGB 219 172 2 -
CMYK 0 0.21 0.99 0.14
HSL 47º 0.98% 0.43% -
HSV(B) 47º 0.99% 0.86% -
XYZ 43.98 44.57 6.34 -
YUV 166.67 35.07 165.32 -
System Red Green Blue C M Y K H S L
Decimal 219 172 2 0 0.21 0.99 0.14 47 0.98 0.43
Hex DB AC 2 0 15 63 E 2F 62 2B
Octal 333 254 2 0 25 143 16 57 142 53
Binary 11011011 10101100 10 0 10101 1100011 1110 101111 1100010 101011

Color Harmonies of #DBAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC02

Black with #DBAC02

Text Example


Text Example

White with #DBAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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