Html Css Color HEX #DBAF07 Gamboge

📋 copy color: '#DBAF07'

red 219 ◦ green 175 ◦ blue 7

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

Shades of Gamboge #DBAF07

Tints of Gamboge #DBAF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

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

R = 54.61%
G = 43.64%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBAF07 (or 0xDBAF07) is known color: Gamboge. HEX triplet: DB, AF and 07. RGB value is (219,175,7). Sum of RGB (Red+Green+Blue) = 219+175+7=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF07 is #2450F8. Grayscale: #A9A9A9. Windows color (decimal): -2380025 or 503771. OLE color: 503771.

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

Color convert

RGB 219 175 7 -
CMYK 0 0.20 0.97 0.14
HSL 47.55º 0.94% 0.44% -
HSV(B) 47.55º 0.97% 0.86% -
XYZ 44.58 45.74 6.68 -
YUV 169 36.58 163.66 -
System Red Green Blue C M Y K H S L
Decimal 219 175 7 0 0.20 0.97 0.14 47.55 0.94 0.44
Hex DB AF 7 0 14 61 E 30 5E 2C
Octal 333 257 7 0 24 141 16 60 136 54
Binary 11011011 10101111 111 0 10100 1100001 1110 110000 1011110 101100

Color Harmonies of #DBAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF07

Black with #DBAF07

Text Example


Text Example

White with #DBAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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