Html Css Color HEX #DBA70C Gamboge

📋 copy color: '#DBA70C'

red 219 ◦ green 167 ◦ blue 12

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

Shades of Gamboge #DBA70C

Tints of Gamboge #DBA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 55.03%
G = 41.96%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA70C (or 0xDBA70C) is known color: Gamboge. HEX triplet: DB, A7 and 0C. RGB value is (219,167,12). Sum of RGB (Red+Green+Blue) = 219+167+12=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA70C is #2458F3. Grayscale: #A5A5A5. Windows color (decimal): -2382068 or 829403. OLE color: 829403.

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

Color convert

RGB 219 167 12 -
CMYK 0 0.24 0.95 0.14
HSL 44.93º 0.9% 0.45% -
HSV(B) 44.93º 0.95% 0.86% -
XYZ 43.1 42.72 6.32 -
YUV 164.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 219 167 12 0 0.24 0.95 0.14 44.93 0.9 0.45
Hex DB A7 C 0 18 5F E 2D 5A 2D
Octal 333 247 14 0 30 137 16 55 132 55
Binary 11011011 10100111 1100 0 11000 1011111 1110 101101 1011010 101101

Color Harmonies of #DBA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA70C

Black with #DBA70C

Text Example


Text Example

White with #DBA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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