Html Css Color HEX #DFA512 Gamboge

📋 copy color: '#DFA512'

red 223 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #DFA512

Tints of Gamboge #DFA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

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

R = 54.93%
G = 40.64%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFA512 (or 0xDFA512) is known color: Gamboge. HEX triplet: DF, A5 and 12. RGB value is (223,165,18). Sum of RGB (Red+Green+Blue) = 223+165+18=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA512 is #205AED. Grayscale: #A6A6A6. Windows color (decimal): -2120430 or 1222111. OLE color: 1222111.

HSL color Cylindrical-coordinate representation of color #DFA512: hue angle of 43.02º 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 #DFA512 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 18 -
CMYK 0 0.26 0.92 0.13
HSL 43.02º 0.85% 0.47% -
HSV(B) 43.02º 0.92% 0.87% -
XYZ 44 42.64 6.48 -
YUV 165.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 223 165 18 0 0.26 0.92 0.13 43.02 0.85 0.47
Hex DF A5 12 0 1A 5C D 2B 55 2F
Octal 337 245 22 0 32 134 15 53 125 57
Binary 11011111 10100101 10010 0 11010 1011100 1101 101011 1010101 101111

Color Harmonies of #DFA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA512

Black with #DFA512

Text Example


Text Example

White with #DFA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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