Html Css Color HEX #DFB102 Gamboge

📋 copy color: '#DFB102'

red 223 ◦ green 177 ◦ blue 2

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

Shades of Gamboge #DFB102

Tints of Gamboge #DFB102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 55.47%
G = 44.03%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFB102 (or 0xDFB102) is known color: Gamboge. HEX triplet: DF, B1 and 02. RGB value is (223,177,2). Sum of RGB (Red+Green+Blue) = 223+177+2=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB102 is #204EFD. Grayscale: #ABABAB. Windows color (decimal): -2117374 or 176607. OLE color: 176607.

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

Color convert

RGB 223 177 2 -
CMYK 0 0.21 0.99 0.13
HSL 47.51º 0.98% 0.44% -
HSV(B) 47.51º 0.99% 0.87% -
XYZ 46.16 47.14 6.72 -
YUV 170.8 32.74 165.23 -
System Red Green Blue C M Y K H S L
Decimal 223 177 2 0 0.21 0.99 0.13 47.51 0.98 0.44
Hex DF B1 2 0 15 63 D 30 62 2C
Octal 337 261 2 0 25 143 15 60 142 54
Binary 11011111 10110001 10 0 10101 1100011 1101 110000 1100010 101100

Color Harmonies of #DFB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB102

Black with #DFB102

Text Example


Text Example

White with #DFB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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