Html Css Color HEX #DFA212 Gamboge

📋 copy color: '#DFA212'

red 223 ◦ green 162 ◦ blue 18

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

Shades of Gamboge #DFA212

Tints of Gamboge #DFA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

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

R = 55.33%
G = 40.2%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFA212 (or 0xDFA212) is known color: Gamboge. HEX triplet: DF, A2 and 12. RGB value is (223,162,18). Sum of RGB (Red+Green+Blue) = 223+162+18=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA212 is #205DED. Grayscale: #A4A4A4. Windows color (decimal): -2121198 or 1221343. OLE color: 1221343.

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

Color convert

RGB 223 162 18 -
CMYK 0 0.27 0.92 0.13
HSL 42.15º 0.85% 0.47% -
HSV(B) 42.15º 0.92% 0.87% -
XYZ 43.46 41.57 6.31 -
YUV 163.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 223 162 18 0 0.27 0.92 0.13 42.15 0.85 0.47
Hex DF A2 12 0 1B 5C D 2A 55 2F
Octal 337 242 22 0 33 134 15 52 125 57
Binary 11011111 10100010 10010 0 11011 1011100 1101 101010 1010101 101111

Color Harmonies of #DFA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA212

Black with #DFA212

Text Example


Text Example

White with #DFA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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