Html Css Color HEX #DFAC0D Gamboge

📋 copy color: '#DFAC0D'

red 223 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #DFAC0D

Tints of Gamboge #DFAC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 54.66%
G = 42.16%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAC0D (or 0xDFAC0D) is known color: Gamboge. HEX triplet: DF, AC and 0D. RGB value is (223,172,13). Sum of RGB (Red+Green+Blue) = 223+172+13=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC0D is #2053F2. Grayscale: #A9A9A9. Windows color (decimal): -2118643 or 896223. OLE color: 896223.

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

Color convert

RGB 223 172 13 -
CMYK 0 0.23 0.94 0.13
HSL 45.43º 0.89% 0.46% -
HSV(B) 45.43º 0.94% 0.87% -
XYZ 45.26 45.22 6.72 -
YUV 169.12 39.9 166.43 -
System Red Green Blue C M Y K H S L
Decimal 223 172 13 0 0.23 0.94 0.13 45.43 0.89 0.46
Hex DF AC D 0 17 5E D 2D 59 2E
Octal 337 254 15 0 27 136 15 55 131 56
Binary 11011111 10101100 1101 0 10111 1011110 1101 101101 1011001 101110

Color Harmonies of #DFAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC0D

Black with #DFAC0D

Text Example


Text Example

White with #DFAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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