Html Css Color HEX #DFA405 Gamboge

📋 copy color: '#DFA405'

red 223 ◦ green 164 ◦ blue 5

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

Shades of Gamboge #DFA405

Tints of Gamboge #DFA405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 56.89%
G = 41.84%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFA405 (or 0xDFA405) is known color: Gamboge. HEX triplet: DF, A4 and 05. RGB value is (223,164,5). Sum of RGB (Red+Green+Blue) = 223+164+5=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA405 is #205BFA. Grayscale: #A4A4A4. Windows color (decimal): -2120699 or 369887. OLE color: 369887.

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

Color convert

RGB 223 164 5 -
CMYK 0 0.26 0.98 0.13
HSL 43.76º 0.96% 0.45% -
HSV(B) 43.76º 0.98% 0.87% -
XYZ 43.73 42.25 5.99 -
YUV 163.52 38.55 170.43 -
System Red Green Blue C M Y K H S L
Decimal 223 164 5 0 0.26 0.98 0.13 43.76 0.96 0.45
Hex DF A4 5 0 1A 62 D 2C 60 2D
Octal 337 244 5 0 32 142 15 54 140 55
Binary 11011111 10100100 101 0 11010 1100010 1101 101100 1100000 101101

Color Harmonies of #DFA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA405

Black with #DFA405

Text Example


Text Example

White with #DFA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA405; }

 p { color: rgb(223,164,5); }

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

background-color css

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

 a { background-color: rgb(223,164,5); }

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

border-color css

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

 span { border-color: rgb(223,164,5); }

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