Html Css Color HEX #DFB003 Gamboge

📋 copy color: '#DFB003'

red 223 ◦ green 176 ◦ blue 3

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

Shades of Gamboge #DFB003

Tints of Gamboge #DFB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 55.47%
G = 43.78%
B = 0.75%

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

#DFB003 (or 0xDFB003) is known color: Gamboge. HEX triplet: DF, B0 and 03. RGB value is (223,176,3). Sum of RGB (Red+Green+Blue) = 223+176+3=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB003 is #204FFC. Grayscale: #ABABAB. Windows color (decimal): -2117629 or 241887. OLE color: 241887.

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

Color convert

RGB 223 176 3 -
CMYK 0 0.21 0.99 0.13
HSL 47.18º 0.97% 0.44% -
HSV(B) 47.18º 0.99% 0.87% -
XYZ 45.97 46.75 6.69 -
YUV 170.33 33.57 165.57 -
System Red Green Blue C M Y K H S L
Decimal 223 176 3 0 0.21 0.99 0.13 47.18 0.97 0.44
Hex DF B0 3 0 15 63 D 2F 61 2C
Octal 337 260 3 0 25 143 15 57 141 54
Binary 11011111 10110000 11 0 10101 1100011 1101 101111 1100001 101100

Color Harmonies of #DFB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB003

Black with #DFB003

Text Example


Text Example

White with #DFB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB003; }

 p { color: rgb(223,176,3); }

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

background-color css

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

 a { background-color: rgb(223,176,3); }

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

border-color css

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

 span { border-color: rgb(223,176,3); }

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