Html Css Color HEX #DFA712 Gamboge

📋 copy color: '#DFA712'

red 223 ◦ green 167 ◦ blue 18

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

Shades of Gamboge #DFA712

Tints of Gamboge #DFA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 18 (7.42% from 255) = 4.41%

R = 54.66%
G = 40.93%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFA712 (or 0xDFA712) is known color: Gamboge. HEX triplet: DF, A7 and 12. RGB value is (223,167,18). Sum of RGB (Red+Green+Blue) = 223+167+18=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA712 is #2058ED. Grayscale: #A7A7A7. Windows color (decimal): -2119918 or 1222623. OLE color: 1222623.

HSL color Cylindrical-coordinate representation of color #DFA712: hue angle of 43.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFA712 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 167 18 -
CMYK 0 0.25 0.92 0.13
HSL 43.61º 0.85% 0.47% -
HSV(B) 43.61º 0.92% 0.87% -
XYZ 44.36 43.37 6.61 -
YUV 166.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 223 167 18 0 0.25 0.92 0.13 43.61 0.85 0.47
Hex DF A7 12 0 19 5C D 2C 55 2F
Octal 337 247 22 0 31 134 15 54 125 57
Binary 11011111 10100111 10010 0 11001 1011100 1101 101100 1010101 101111

Color Harmonies of #DFA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA712

Black with #DFA712

Text Example


Text Example

White with #DFA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA712; }

 p { color: rgb(223,167,18); }

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

background-color css

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

 a { background-color: rgb(223,167,18); }

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

border-color css

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

 span { border-color: rgb(223,167,18); }

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