Html Css Color HEX #DBAD07 Gamboge

📋 copy color: '#DBAD07'

red 219 ◦ green 173 ◦ blue 7

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

Shades of Gamboge #DBAD07

Tints of Gamboge #DBAD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 54.89%
G = 43.36%
B = 1.75%

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

#DBAD07 (or 0xDBAD07) is known color: Gamboge. HEX triplet: DB, AD and 07. RGB value is (219,173,7). Sum of RGB (Red+Green+Blue) = 219+173+7=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD07 is #2452F8. Grayscale: #A8A8A8. Windows color (decimal): -2380537 or 503259. OLE color: 503259.

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

Color convert

RGB 219 173 7 -
CMYK 0 0.21 0.97 0.14
HSL 46.98º 0.94% 0.44% -
HSV(B) 46.98º 0.97% 0.86% -
XYZ 44.2 44.96 6.55 -
YUV 167.83 37.24 164.5 -
System Red Green Blue C M Y K H S L
Decimal 219 173 7 0 0.21 0.97 0.14 46.98 0.94 0.44
Hex DB AD 7 0 15 61 E 2F 5E 2C
Octal 333 255 7 0 25 141 16 57 136 54
Binary 11011011 10101101 111 0 10101 1100001 1110 101111 1011110 101100

Color Harmonies of #DBAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD07

Black with #DBAD07

Text Example


Text Example

White with #DBAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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