Html Css Color HEX #DFB104 Gamboge

📋 copy color: '#DFB104'

red 223 ◦ green 177 ◦ blue 4

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

Shades of Gamboge #DFB104

Tints of Gamboge #DFB104

RGB

 RED value IS 223 (87.5% from 255) = 55.2%

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 55.2%
G = 43.81%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFB104 (or 0xDFB104) is known color: Gamboge. HEX triplet: DF, B1 and 04. RGB value is (223,177,4). Sum of RGB (Red+Green+Blue) = 223+177+4=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB104 is #204EFB. Grayscale: #ABABAB. Windows color (decimal): -2117372 or 307679. OLE color: 307679.

HSL color Cylindrical-coordinate representation of color #DFB104: hue angle of 47.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFB104 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 4 -
CMYK 0 0.21 0.98 0.13
HSL 47.4º 0.96% 0.45% -
HSV(B) 47.4º 0.98% 0.87% -
XYZ 46.18 47.14 6.78 -
YUV 171.03 33.74 165.07 -
System Red Green Blue C M Y K H S L
Decimal 223 177 4 0 0.21 0.98 0.13 47.4 0.96 0.45
Hex DF B1 4 0 15 62 D 2F 60 2D
Octal 337 261 4 0 25 142 15 57 140 55
Binary 11011111 10110001 100 0 10101 1100010 1101 101111 1100000 101101

Color Harmonies of #DFB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB104

Black with #DFB104

Text Example


Text Example

White with #DFB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB104; }

 p { color: rgb(223,177,4); }

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

background-color css

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

 a { background-color: rgb(223,177,4); }

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

border-color css

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

 span { border-color: rgb(223,177,4); }

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