Html Css Color HEX #DFA507 Gamboge

📋 copy color: '#DFA507'

red 223 ◦ green 165 ◦ blue 7

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

Shades of Gamboge #DFA507

Tints of Gamboge #DFA507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 56.46%
G = 41.77%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFA507 (or 0xDFA507) is known color: Gamboge. HEX triplet: DF, A5 and 07. RGB value is (223,165,7). Sum of RGB (Red+Green+Blue) = 223+165+7=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA507 is #205AF8. Grayscale: #A5A5A5. Windows color (decimal): -2120441 or 501215. OLE color: 501215.

HSL color Cylindrical-coordinate representation of color #DFA507: hue angle of 43.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFA507 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 7 -
CMYK 0 0.26 0.97 0.13
HSL 43.89º 0.94% 0.45% -
HSV(B) 43.89º 0.97% 0.87% -
XYZ 43.92 42.61 6.11 -
YUV 164.33 39.22 169.85 -
System Red Green Blue C M Y K H S L
Decimal 223 165 7 0 0.26 0.97 0.13 43.89 0.94 0.45
Hex DF A5 7 0 1A 61 D 2C 5E 2D
Octal 337 245 7 0 32 141 15 54 136 55
Binary 11011111 10100101 111 0 11010 1100001 1101 101100 1011110 101101

Color Harmonies of #DFA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA507

Black with #DFA507

Text Example


Text Example

White with #DFA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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