Html Css Color HEX #DFA606 Gamboge

📋 copy color: '#DFA606'

red 223 ◦ green 166 ◦ blue 6

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

Shades of Gamboge #DFA606

Tints of Gamboge #DFA606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 56.46%
G = 42.03%
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

#DFA606 (or 0xDFA606) is known color: Gamboge. HEX triplet: DF, A6 and 06. RGB value is (223,166,6). Sum of RGB (Red+Green+Blue) = 223+166+6=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA606 is #2059F9. Grayscale: #A5A5A5. Windows color (decimal): -2120186 or 435935. OLE color: 435935.

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

Color convert

RGB 223 166 6 -
CMYK 0 0.26 0.97 0.13
HSL 44.24º 0.95% 0.45% -
HSV(B) 44.24º 0.97% 0.87% -
XYZ 44.1 42.97 6.14 -
YUV 164.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 223 166 6 0 0.26 0.97 0.13 44.24 0.95 0.45
Hex DF A6 6 0 1A 61 D 2C 5F 2D
Octal 337 246 6 0 32 141 15 54 137 55
Binary 11011111 10100110 110 0 11010 1100001 1101 101100 1011111 101101

Color Harmonies of #DFA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA606

Black with #DFA606

Text Example


Text Example

White with #DFA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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