Html Css Color HEX #DBAD06 Gamboge

📋 copy color: '#DBAD06'

red 219 ◦ green 173 ◦ blue 6

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

Shades of Gamboge #DBAD06

Tints of Gamboge #DBAD06

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 55.03%
G = 43.47%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBAD06 (or 0xDBAD06) is known color: Gamboge. HEX triplet: DB, AD and 06. RGB value is (219,173,6). Sum of RGB (Red+Green+Blue) = 219+173+6=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD06 is #2452F9. Grayscale: #A8A8A8. Windows color (decimal): -2380538 or 437723. OLE color: 437723.

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

Color convert

RGB 219 173 6 -
CMYK 0 0.21 0.97 0.14
HSL 47.04º 0.95% 0.44% -
HSV(B) 47.04º 0.97% 0.86% -
XYZ 44.19 44.96 6.52 -
YUV 167.72 36.74 164.58 -
System Red Green Blue C M Y K H S L
Decimal 219 173 6 0 0.21 0.97 0.14 47.04 0.95 0.44
Hex DB AD 6 0 15 61 E 2F 5F 2C
Octal 333 255 6 0 25 141 16 57 137 54
Binary 11011011 10101101 110 0 10101 1100001 1110 101111 1011111 101100

Color Harmonies of #DBAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD06

Black with #DBAD06

Text Example


Text Example

White with #DBAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD06; }

 p { color: rgb(219,173,6); }

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

background-color css

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

 a { background-color: rgb(219,173,6); }

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

border-color css

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

 span { border-color: rgb(219,173,6); }

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