Html Css Color HEX #DFB200 Gamboge

📋 copy color: '#DFB200'

red 223 ◦ green 178 ◦ blue 0

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

Shades of Gamboge #DFB200

Tints of Gamboge #DFB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.61%
G = 44.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFB200 (or 0xDFB200) is known color: Gamboge. HEX triplet: DF, B2 and 00. RGB value is (223,178,0). Sum of RGB (Red+Green+Blue) = 223+178+0=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB200 is #204DFF. Grayscale: #ABABAB. Windows color (decimal): -2117120 or 45791. OLE color: 45791.

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

Color convert

RGB 223 178 0 -
CMYK 0 0.20 1 0.13
HSL 47.89º 1% 0.44% -
HSV(B) 47.89º 1% 0.87% -
XYZ 46.35 47.53 6.73 -
YUV 171.16 31.41 164.97 -
System Red Green Blue C M Y K H S L
Decimal 223 178 0 0 0.20 1 0.13 47.89 1 0.44
Hex DF B2 0 0 14 64 D 30 64 2C
Octal 337 262 0 0 24 144 15 60 144 54
Binary 11011111 10110010 0 0 10100 1100100 1101 110000 1100100 101100

Color Harmonies of #DFB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB200

Black with #DFB200

Text Example


Text Example

White with #DFB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB200; }

 p { color: rgb(223,178,0); }

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

background-color css

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

 a { background-color: rgb(223,178,0); }

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

border-color css

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

 span { border-color: rgb(223,178,0); }

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