Html Css Color HEX #DFA506 Gamboge

📋 copy color: '#DFA506'

red 223 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #DFA506

Tints of Gamboge #DFA506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.88%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 56.6%
G = 41.88%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFA506 (or 0xDFA506) is known color: Gamboge. HEX triplet: DF, A5 and 06. RGB value is (223,165,6). Sum of RGB (Red+Green+Blue) = 223+165+6=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA506 is #205AF9. Grayscale: #A4A4A4. Windows color (decimal): -2120442 or 435679. OLE color: 435679.

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

Color convert

RGB 223 165 6 -
CMYK 0 0.26 0.97 0.13
HSL 43.96º 0.95% 0.45% -
HSV(B) 43.96º 0.97% 0.87% -
XYZ 43.92 42.61 6.08 -
YUV 164.22 38.72 169.93 -
System Red Green Blue C M Y K H S L
Decimal 223 165 6 0 0.26 0.97 0.13 43.96 0.95 0.45
Hex DF A5 6 0 1A 61 D 2C 5F 2D
Octal 337 245 6 0 32 141 15 54 137 55
Binary 11011111 10100101 110 0 11010 1100001 1101 101100 1011111 101101

Color Harmonies of #DFA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA506

Black with #DFA506

Text Example


Text Example

White with #DFA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA506; }

 p { color: rgb(223,165,6); }

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

background-color css

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

 a { background-color: rgb(223,165,6); }

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

border-color css

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

 span { border-color: rgb(223,165,6); }

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