Html Css Color HEX #DFA504 Gamboge

📋 copy color: '#DFA504'

red 223 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #DFA504

Tints of Gamboge #DFA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 56.89%
G = 42.09%
B = 1.02%

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

#DFA504 (or 0xDFA504) is known color: Gamboge. HEX triplet: DF, A5 and 04. RGB value is (223,165,4). Sum of RGB (Red+Green+Blue) = 223+165+4=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA504 is #205AFB. Grayscale: #A4A4A4. Windows color (decimal): -2120444 or 304607. OLE color: 304607.

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

Color convert

RGB 223 165 4 -
CMYK 0 0.26 0.98 0.13
HSL 44.11º 0.96% 0.45% -
HSV(B) 44.11º 0.98% 0.87% -
XYZ 43.91 42.61 6.02 -
YUV 163.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 223 165 4 0 0.26 0.98 0.13 44.11 0.96 0.45
Hex DF A5 4 0 1A 62 D 2C 60 2D
Octal 337 245 4 0 32 142 15 54 140 55
Binary 11011111 10100101 100 0 11010 1100010 1101 101100 1100000 101101

Color Harmonies of #DFA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA504

Black with #DFA504

Text Example


Text Example

White with #DFA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA504; }

 p { color: rgb(223,165,4); }

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

background-color css

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

 a { background-color: rgb(223,165,4); }

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

border-color css

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

 span { border-color: rgb(223,165,4); }

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