Html Css Color HEX #DFA702 Gamboge

📋 copy color: '#DFA702'

red 223 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #DFA702

Tints of Gamboge #DFA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 56.89%
G = 42.6%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA702 (or 0xDFA702) is known color: Gamboge. HEX triplet: DF, A7 and 02. RGB value is (223,167,2). Sum of RGB (Red+Green+Blue) = 223+167+2=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA702 is #2058FD. Grayscale: #A5A5A5. Windows color (decimal): -2119934 or 174047. OLE color: 174047.

HSL color Cylindrical-coordinate representation of color #DFA702: hue angle of 44.8º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFA702 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 167 2 -
CMYK 0 0.25 0.99 0.13
HSL 44.8º 0.98% 0.44% -
HSV(B) 44.8º 0.99% 0.87% -
XYZ 44.26 43.33 6.09 -
YUV 164.93 36.05 169.42 -
System Red Green Blue C M Y K H S L
Decimal 223 167 2 0 0.25 0.99 0.13 44.8 0.98 0.44
Hex DF A7 2 0 19 63 D 2D 62 2C
Octal 337 247 2 0 31 143 15 55 142 54
Binary 11011111 10100111 10 0 11001 1100011 1101 101101 1100010 101100

Color Harmonies of #DFA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA702

Black with #DFA702

Text Example


Text Example

White with #DFA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA702; }

 p { color: rgb(223,167,2); }

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

background-color css

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

 a { background-color: rgb(223,167,2); }

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

border-color css

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

 span { border-color: rgb(223,167,2); }

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