Html Css Color HEX #DFAC04 Gamboge

📋 copy color: '#DFAC04'

red 223 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #DFAC04

Tints of Gamboge #DFAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 55.89%
G = 43.11%
B = 1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFAC04 (or 0xDFAC04) is known color: Gamboge. HEX triplet: DF, AC and 04. RGB value is (223,172,4). Sum of RGB (Red+Green+Blue) = 223+172+4=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC04 is #2053FB. Grayscale: #A8A8A8. Windows color (decimal): -2118652 or 306399. OLE color: 306399.

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

Color convert

RGB 223 172 4 -
CMYK 0 0.23 0.98 0.13
HSL 46.03º 0.96% 0.45% -
HSV(B) 46.03º 0.98% 0.87% -
XYZ 45.21 45.2 6.46 -
YUV 168.1 35.4 167.16 -
System Red Green Blue C M Y K H S L
Decimal 223 172 4 0 0.23 0.98 0.13 46.03 0.96 0.45
Hex DF AC 4 0 17 62 D 2E 60 2D
Octal 337 254 4 0 27 142 15 56 140 55
Binary 11011111 10101100 100 0 10111 1100010 1101 101110 1100000 101101

Color Harmonies of #DFAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC04

Black with #DFAC04

Text Example


Text Example

White with #DFAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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