Html Css Color HEX #DFA90C Gamboge

📋 copy color: '#DFA90C'

red 223 ◦ green 169 ◦ blue 12

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

Shades of Gamboge #DFA90C

Tints of Gamboge #DFA90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 55.2%
G = 41.83%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFA90C (or 0xDFA90C) is known color: Gamboge. HEX triplet: DF, A9 and 0C. RGB value is (223,169,12). Sum of RGB (Red+Green+Blue) = 223+169+12=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA90C is #2056F3. Grayscale: #A7A7A7. Windows color (decimal): -2119412 or 829919. OLE color: 829919.

HSL color Cylindrical-coordinate representation of color #DFA90C: hue angle of 44.64º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFA90C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 169 12 -
CMYK 0 0.24 0.95 0.13
HSL 44.64º 0.9% 0.46% -
HSV(B) 44.64º 0.95% 0.87% -
XYZ 44.69 44.09 6.5 -
YUV 167.25 40.39 167.77 -
System Red Green Blue C M Y K H S L
Decimal 223 169 12 0 0.24 0.95 0.13 44.64 0.9 0.46
Hex DF A9 C 0 18 5F D 2D 5A 2E
Octal 337 251 14 0 30 137 15 55 132 56
Binary 11011111 10101001 1100 0 11000 1011111 1101 101101 1011010 101110

Color Harmonies of #DFA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA90C

Black with #DFA90C

Text Example


Text Example

White with #DFA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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