Html Css Color HEX #DFA90D Gamboge

📋 copy color: '#DFA90D'

red 223 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #DFA90D

Tints of Gamboge #DFA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

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

R = 55.06%
G = 41.73%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA90D (or 0xDFA90D) is known color: Gamboge. HEX triplet: DF, A9 and 0D. RGB value is (223,169,13). Sum of RGB (Red+Green+Blue) = 223+169+13=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA90D is #2056F2. Grayscale: #A8A8A8. Windows color (decimal): -2119411 or 895455. OLE color: 895455.

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

Color convert

RGB 223 169 13 -
CMYK 0 0.24 0.94 0.13
HSL 44.57º 0.89% 0.46% -
HSV(B) 44.57º 0.94% 0.87% -
XYZ 44.69 44.09 6.54 -
YUV 167.36 40.89 167.68 -
System Red Green Blue C M Y K H S L
Decimal 223 169 13 0 0.24 0.94 0.13 44.57 0.89 0.46
Hex DF A9 D 0 18 5E D 2D 59 2E
Octal 337 251 15 0 30 136 15 55 131 56
Binary 11011111 10101001 1101 0 11000 1011110 1101 101101 1011001 101110

Color Harmonies of #DFA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA90D

Black with #DFA90D

Text Example


Text Example

White with #DFA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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