Html Css Color HEX #DFA20D Gamboge

📋 copy color: '#DFA20D'

red 223 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #DFA20D

Tints of Gamboge #DFA20D

RGB

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

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

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

R = 56.03%
G = 40.7%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA20D (or 0xDFA20D) is known color: Gamboge. HEX triplet: DF, A2 and 0D. RGB value is (223,162,13). Sum of RGB (Red+Green+Blue) = 223+162+13=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA20D is #205DF2. Grayscale: #A3A3A3. Windows color (decimal): -2121203 or 893663. OLE color: 893663.

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

Color convert

RGB 223 162 13 -
CMYK 0 0.27 0.94 0.13
HSL 42.57º 0.89% 0.46% -
HSV(B) 42.57º 0.94% 0.87% -
XYZ 43.42 41.56 6.11 -
YUV 163.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 223 162 13 0 0.27 0.94 0.13 42.57 0.89 0.46
Hex DF A2 D 0 1B 5E D 2B 59 2E
Octal 337 242 15 0 33 136 15 53 131 56
Binary 11011111 10100010 1101 0 11011 1011110 1101 101011 1011001 101110

Color Harmonies of #DFA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA20D

Black with #DFA20D

Text Example


Text Example

White with #DFA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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