Html Css Color HEX #DBAD0D Gamboge

📋 copy color: '#DBAD0D'

red 219 ◦ green 173 ◦ blue 13

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

Shades of Gamboge #DBAD0D

Tints of Gamboge #DBAD0D

RGB

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

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

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

R = 54.07%
G = 42.72%
B = 3.21%

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

#DBAD0D (or 0xDBAD0D) is known color: Gamboge. HEX triplet: DB, AD and 0D. RGB value is (219,173,13). Sum of RGB (Red+Green+Blue) = 219+173+13=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD0D is #2452F2. Grayscale: #A9A9A9. Windows color (decimal): -2380531 or 896475. OLE color: 896475.

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

Color convert

RGB 219 173 13 -
CMYK 0 0.21 0.94 0.14
HSL 46.6º 0.89% 0.45% -
HSV(B) 46.6º 0.94% 0.86% -
XYZ 44.23 44.98 6.73 -
YUV 168.51 40.24 164.01 -
System Red Green Blue C M Y K H S L
Decimal 219 173 13 0 0.21 0.94 0.14 46.6 0.89 0.45
Hex DB AD D 0 15 5E E 2F 59 2D
Octal 333 255 15 0 25 136 16 57 131 55
Binary 11011011 10101101 1101 0 10101 1011110 1110 101111 1011001 101101

Color Harmonies of #DBAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD0D

Black with #DBAD0D

Text Example


Text Example

White with #DBAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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