Html Css Color HEX #DFAC01 Gamboge

📋 copy color: '#DFAC01'

red 223 ◦ green 172 ◦ blue 1

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

Shades of Gamboge #DFAC01

Tints of Gamboge #DFAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 56.31%
G = 43.43%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFAC01 (or 0xDFAC01) is known color: Gamboge. HEX triplet: DF, AC and 01. RGB value is (223,172,1). Sum of RGB (Red+Green+Blue) = 223+172+1=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC01 is #2053FE. Grayscale: #A8A8A8. Windows color (decimal): -2118655 or 109791. OLE color: 109791.

HSL color Cylindrical-coordinate representation of color #DFAC01: hue angle of 46.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFAC01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 172 1 -
CMYK 0 0.23 1.00 0.13
HSL 46.22º 0.99% 0.44% -
HSV(B) 46.22º 1% 0.87% -
XYZ 45.19 45.2 6.37 -
YUV 167.76 33.9 167.4 -
System Red Green Blue C M Y K H S L
Decimal 223 172 1 0 0.23 1.00 0.13 46.22 0.99 0.44
Hex DF AC 1 0 17 64 D 2E 63 2C
Octal 337 254 1 0 27 144 15 56 143 54
Binary 11011111 10101100 1 0 10111 1100100 1101 101110 1100011 101100

Color Harmonies of #DFAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC01

Black with #DFAC01

Text Example


Text Example

White with #DFAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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