Html Css Color HEX #DFA608 Gamboge

📋 copy color: '#DFA608'

red 223 ◦ green 166 ◦ blue 8

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

Shades of Gamboge #DFA608

Tints of Gamboge #DFA608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 56.17%
G = 41.81%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFA608 (or 0xDFA608) is known color: Gamboge. HEX triplet: DF, A6 and 08. RGB value is (223,166,8). Sum of RGB (Red+Green+Blue) = 223+166+8=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA608 is #2059F7. Grayscale: #A5A5A5. Windows color (decimal): -2120184 or 567007. OLE color: 567007.

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

Color convert

RGB 223 166 8 -
CMYK 0 0.26 0.96 0.13
HSL 44.09º 0.93% 0.45% -
HSV(B) 44.09º 0.96% 0.87% -
XYZ 44.11 42.98 6.2 -
YUV 165.03 39.38 169.35 -
System Red Green Blue C M Y K H S L
Decimal 223 166 8 0 0.26 0.96 0.13 44.09 0.93 0.45
Hex DF A6 8 0 1A 60 D 2C 5D 2D
Octal 337 246 10 0 32 140 15 54 135 55
Binary 11011111 10100110 1000 0 11010 1100000 1101 101100 1011101 101101

Color Harmonies of #DFA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA608

Black with #DFA608

Text Example


Text Example

White with #DFA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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