Html Css Color HEX #DBA707 Gamboge

📋 copy color: '#DBA707'

red 219 ◦ green 167 ◦ blue 7

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

Shades of Gamboge #DBA707

Tints of Gamboge #DBA707

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

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

R = 55.73%
G = 42.49%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA707 (or 0xDBA707) is known color: Gamboge. HEX triplet: DB, A7 and 07. RGB value is (219,167,7). Sum of RGB (Red+Green+Blue) = 219+167+7=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA707 is #2458F8. Grayscale: #A5A5A5. Windows color (decimal): -2382073 or 501723. OLE color: 501723.

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

Color convert

RGB 219 167 7 -
CMYK 0 0.24 0.97 0.14
HSL 45.28º 0.94% 0.44% -
HSV(B) 45.28º 0.97% 0.86% -
XYZ 43.07 42.71 6.18 -
YUV 164.31 39.23 167.01 -
System Red Green Blue C M Y K H S L
Decimal 219 167 7 0 0.24 0.97 0.14 45.28 0.94 0.44
Hex DB A7 7 0 18 61 E 2D 5E 2C
Octal 333 247 7 0 30 141 16 55 136 54
Binary 11011011 10100111 111 0 11000 1100001 1110 101101 1011110 101100

Color Harmonies of #DBA707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA707

Black with #DBA707

Text Example


Text Example

White with #DBA707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA707; }

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

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

background-color css

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

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

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

border-color css

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

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

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