Html Css Color HEX #DBA90C Gamboge

📋 copy color: '#DBA90C'

red 219 ◦ green 169 ◦ blue 12

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

Shades of Gamboge #DBA90C

Tints of Gamboge #DBA90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

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

R = 54.75%
G = 42.25%
B = 3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA90C (or 0xDBA90C) is known color: Gamboge. HEX triplet: DB, A9 and 0C. RGB value is (219,169,12). Sum of RGB (Red+Green+Blue) = 219+169+12=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA90C is #2456F3. Grayscale: #A6A6A6. Windows color (decimal): -2381556 or 829915. OLE color: 829915.

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

Color convert

RGB 219 169 12 -
CMYK 0 0.23 0.95 0.14
HSL 45.51º 0.9% 0.45% -
HSV(B) 45.51º 0.95% 0.86% -
XYZ 43.47 43.46 6.45 -
YUV 166.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 219 169 12 0 0.23 0.95 0.14 45.51 0.9 0.45
Hex DB A9 C 0 17 5F E 2E 5A 2D
Octal 333 251 14 0 27 137 16 56 132 55
Binary 11011011 10101001 1100 0 10111 1011111 1110 101110 1011010 101101

Color Harmonies of #DBA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA90C

Black with #DBA90C

Text Example


Text Example

White with #DBA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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