Html Css Color HEX #DFA008 Gamboge

📋 copy color: '#DFA008'

red 223 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #DFA008

Tints of Gamboge #DFA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

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

R = 57.03%
G = 40.92%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFA008 (or 0xDFA008) is known color: Gamboge. HEX triplet: DF, A0 and 08. RGB value is (223,160,8). Sum of RGB (Red+Green+Blue) = 223+160+8=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA008 is #205FF7. Grayscale: #A2A2A2. Windows color (decimal): -2121720 or 565471. OLE color: 565471.

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

Color convert

RGB 223 160 8 -
CMYK 0 0.28 0.96 0.13
HSL 42.42º 0.93% 0.45% -
HSV(B) 42.42º 0.96% 0.87% -
XYZ 43.05 40.85 5.85 -
YUV 161.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 223 160 8 0 0.28 0.96 0.13 42.42 0.93 0.45
Hex DF A0 8 0 1C 60 D 2A 5D 2D
Octal 337 240 10 0 34 140 15 52 135 55
Binary 11011111 10100000 1000 0 11100 1100000 1101 101010 1011101 101101

Color Harmonies of #DFA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA008

Black with #DFA008

Text Example


Text Example

White with #DFA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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