Html Css Color HEX #DFB101 Gamboge

📋 copy color: '#DFB101'

red 223 ◦ green 177 ◦ blue 1

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

Shades of Gamboge #DFB101

Tints of Gamboge #DFB101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 55.61%
G = 44.14%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB101 (or 0xDFB101) is known color: Gamboge. HEX triplet: DF, B1 and 01. RGB value is (223,177,1). Sum of RGB (Red+Green+Blue) = 223+177+1=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB101 is #204EFE. Grayscale: #ABABAB. Windows color (decimal): -2117375 or 111071. OLE color: 111071.

HSL color Cylindrical-coordinate representation of color #DFB101: hue angle of 47.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFB101 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 1 -
CMYK 0 0.21 1.00 0.13
HSL 47.57º 0.99% 0.44% -
HSV(B) 47.57º 1% 0.87% -
XYZ 46.16 47.13 6.69 -
YUV 170.69 32.24 165.31 -
System Red Green Blue C M Y K H S L
Decimal 223 177 1 0 0.21 1.00 0.13 47.57 0.99 0.44
Hex DF B1 1 0 15 64 D 30 63 2C
Octal 337 261 1 0 25 144 15 60 143 54
Binary 11011111 10110001 1 0 10101 1100100 1101 110000 1100011 101100

Color Harmonies of #DFB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB101

Black with #DFB101

Text Example


Text Example

White with #DFB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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