Html Css Color HEX #DBAE07 Gamboge

📋 copy color: '#DBAE07'

red 219 ◦ green 174 ◦ blue 7

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

Shades of Gamboge #DBAE07

Tints of Gamboge #DBAE07

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.5%

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

R = 54.75%
G = 43.5%
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

#DBAE07 (or 0xDBAE07) is known color: Gamboge. HEX triplet: DB, AE and 07. RGB value is (219,174,7). Sum of RGB (Red+Green+Blue) = 219+174+7=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE07 is #2451F8. Grayscale: #A9A9A9. Windows color (decimal): -2380281 or 503515. OLE color: 503515.

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

Color convert

RGB 219 174 7 -
CMYK 0 0.21 0.97 0.14
HSL 47.26º 0.94% 0.44% -
HSV(B) 47.26º 0.97% 0.86% -
XYZ 44.39 45.35 6.61 -
YUV 168.42 36.91 164.08 -
System Red Green Blue C M Y K H S L
Decimal 219 174 7 0 0.21 0.97 0.14 47.26 0.94 0.44
Hex DB AE 7 0 15 61 E 2F 5E 2C
Octal 333 256 7 0 25 141 16 57 136 54
Binary 11011011 10101110 111 0 10101 1100001 1110 101111 1011110 101100

Color Harmonies of #DBAE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE07

Black with #DBAE07

Text Example


Text Example

White with #DBAE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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