Html Css Color HEX #DFA50D Gamboge

📋 copy color: '#DFA50D'

red 223 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #DFA50D

Tints of Gamboge #DFA50D

RGB

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

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

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

R = 55.61%
G = 41.15%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA50D (or 0xDFA50D) is known color: Gamboge. HEX triplet: DF, A5 and 0D. RGB value is (223,165,13). Sum of RGB (Red+Green+Blue) = 223+165+13=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA50D is #205AF2. Grayscale: #A5A5A5. Windows color (decimal): -2120435 or 894431. OLE color: 894431.

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

Color convert

RGB 223 165 13 -
CMYK 0 0.26 0.94 0.13
HSL 43.43º 0.89% 0.46% -
HSV(B) 43.43º 0.94% 0.87% -
XYZ 43.96 42.63 6.29 -
YUV 165.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 223 165 13 0 0.26 0.94 0.13 43.43 0.89 0.46
Hex DF A5 D 0 1A 5E D 2B 59 2E
Octal 337 245 15 0 32 136 15 53 131 56
Binary 11011111 10100101 1101 0 11010 1011110 1101 101011 1011001 101110

Color Harmonies of #DFA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA50D

Black with #DFA50D

Text Example


Text Example

White with #DFA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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