Html Css Color HEX #DFAC02 Gamboge

📋 copy color: '#DFAC02'

red 223 ◦ green 172 ◦ blue 2

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

Shades of Gamboge #DFAC02

Tints of Gamboge #DFAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 56.17%
G = 43.32%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFAC02 (or 0xDFAC02) is known color: Gamboge. HEX triplet: DF, AC and 02. RGB value is (223,172,2). Sum of RGB (Red+Green+Blue) = 223+172+2=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC02 is #2053FD. Grayscale: #A8A8A8. Windows color (decimal): -2118654 or 175327. OLE color: 175327.

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

Color convert

RGB 223 172 2 -
CMYK 0 0.23 0.99 0.13
HSL 46.15º 0.98% 0.44% -
HSV(B) 46.15º 0.99% 0.87% -
XYZ 45.19 45.2 6.4 -
YUV 167.87 34.4 167.32 -
System Red Green Blue C M Y K H S L
Decimal 223 172 2 0 0.23 0.99 0.13 46.15 0.98 0.44
Hex DF AC 2 0 17 63 D 2E 62 2C
Octal 337 254 2 0 27 143 15 56 142 54
Binary 11011111 10101100 10 0 10111 1100011 1101 101110 1100010 101100

Color Harmonies of #DFAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC02

Black with #DFAC02

Text Example


Text Example

White with #DFAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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