Html Css Color HEX #DFA706 Gamboge

📋 copy color: '#DFA706'

red 223 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #DFA706

Tints of Gamboge #DFA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

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

R = 56.31%
G = 42.17%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFA706 (or 0xDFA706) is known color: Gamboge. HEX triplet: DF, A7 and 06. RGB value is (223,167,6). Sum of RGB (Red+Green+Blue) = 223+167+6=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA706 is #2058F9. Grayscale: #A6A6A6. Windows color (decimal): -2119930 or 436191. OLE color: 436191.

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

Color convert

RGB 223 167 6 -
CMYK 0 0.25 0.97 0.13
HSL 44.52º 0.95% 0.45% -
HSV(B) 44.52º 0.97% 0.87% -
XYZ 44.28 43.34 6.2 -
YUV 165.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 223 167 6 0 0.25 0.97 0.13 44.52 0.95 0.45
Hex DF A7 6 0 19 61 D 2D 5F 2D
Octal 337 247 6 0 31 141 15 55 137 55
Binary 11011111 10100111 110 0 11001 1100001 1101 101101 1011111 101101

Color Harmonies of #DFA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA706

Black with #DFA706

Text Example


Text Example

White with #DFA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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