Html Css Color HEX #DFA202 Gamboge

📋 copy color: '#DFA202'

red 223 ◦ green 162 ◦ blue 2

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

Shades of Gamboge #DFA202

Tints of Gamboge #DFA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 57.62%
G = 41.86%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA202 (or 0xDFA202) is known color: Gamboge. HEX triplet: DF, A2 and 02. RGB value is (223,162,2). Sum of RGB (Red+Green+Blue) = 223+162+2=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA202 is #205DFD. Grayscale: #A2A2A2. Windows color (decimal): -2121214 or 172767. OLE color: 172767.

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

Color convert

RGB 223 162 2 -
CMYK 0 0.27 0.99 0.13
HSL 43.44º 0.98% 0.44% -
HSV(B) 43.44º 0.99% 0.87% -
XYZ 43.36 41.53 5.79 -
YUV 162 37.71 171.51 -
System Red Green Blue C M Y K H S L
Decimal 223 162 2 0 0.27 0.99 0.13 43.44 0.98 0.44
Hex DF A2 2 0 1B 63 D 2B 62 2C
Octal 337 242 2 0 33 143 15 53 142 54
Binary 11011111 10100010 10 0 11011 1100011 1101 101011 1100010 101100

Color Harmonies of #DFA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA202

Black with #DFA202

Text Example


Text Example

White with #DFA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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