Html Css Color HEX #DFAC08 Gamboge

📋 copy color: '#DFAC08'

red 223 ◦ green 172 ◦ blue 8

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

Shades of Gamboge #DFAC08

Tints of Gamboge #DFAC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 55.33%
G = 42.68%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFAC08 (or 0xDFAC08) is known color: Gamboge. HEX triplet: DF, AC and 08. RGB value is (223,172,8). Sum of RGB (Red+Green+Blue) = 223+172+8=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC08 is #2053F7. Grayscale: #A9A9A9. Windows color (decimal): -2118648 or 568543. OLE color: 568543.

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

Color convert

RGB 223 172 8 -
CMYK 0 0.23 0.96 0.13
HSL 45.77º 0.93% 0.45% -
HSV(B) 45.77º 0.96% 0.87% -
XYZ 45.23 45.21 6.57 -
YUV 168.55 37.4 166.84 -
System Red Green Blue C M Y K H S L
Decimal 223 172 8 0 0.23 0.96 0.13 45.77 0.93 0.45
Hex DF AC 8 0 17 60 D 2E 5D 2D
Octal 337 254 10 0 27 140 15 56 135 55
Binary 11011111 10101100 1000 0 10111 1100000 1101 101110 1011101 101101

Color Harmonies of #DFAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC08

Black with #DFAC08

Text Example


Text Example

White with #DFAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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