Html Css Color HEX #DFAC0B Gamboge

📋 copy color: '#DFAC0B'

red 223 ◦ green 172 ◦ blue 11

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

Shades of Gamboge #DFAC0B

Tints of Gamboge #DFAC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 54.93%
G = 42.36%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFAC0B (or 0xDFAC0B) is known color: Gamboge. HEX triplet: DF, AC and 0B. RGB value is (223,172,11). Sum of RGB (Red+Green+Blue) = 223+172+11=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC0B is #2053F4. Grayscale: #A9A9A9. Windows color (decimal): -2118645 or 765151. OLE color: 765151.

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

Color convert

RGB 223 172 11 -
CMYK 0 0.23 0.95 0.13
HSL 45.57º 0.91% 0.46% -
HSV(B) 45.57º 0.95% 0.87% -
XYZ 45.24 45.22 6.66 -
YUV 168.9 38.9 166.59 -
System Red Green Blue C M Y K H S L
Decimal 223 172 11 0 0.23 0.95 0.13 45.57 0.91 0.46
Hex DF AC B 0 17 5F D 2E 5B 2E
Octal 337 254 13 0 27 137 15 56 133 56
Binary 11011111 10101100 1011 0 10111 1011111 1101 101110 1011011 101110

Color Harmonies of #DFAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC0B

Black with #DFAC0B

Text Example


Text Example

White with #DFAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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