Html Css Color HEX #DFA302 Gamboge

📋 copy color: '#DFA302'

red 223 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #DFA302

Tints of Gamboge #DFA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 57.47%
G = 42.01%
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

#DFA302 (or 0xDFA302) is known color: Gamboge. HEX triplet: DF, A3 and 02. RGB value is (223,163,2). Sum of RGB (Red+Green+Blue) = 223+163+2=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA302 is #205CFD. Grayscale: #A3A3A3. Windows color (decimal): -2120958 or 173023. OLE color: 173023.

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

Color convert

RGB 223 163 2 -
CMYK 0 0.27 0.99 0.13
HSL 43.71º 0.98% 0.44% -
HSV(B) 43.71º 0.99% 0.87% -
XYZ 43.54 41.89 5.85 -
YUV 162.59 37.38 171.09 -
System Red Green Blue C M Y K H S L
Decimal 223 163 2 0 0.27 0.99 0.13 43.71 0.98 0.44
Hex DF A3 2 0 1B 63 D 2C 62 2C
Octal 337 243 2 0 33 143 15 54 142 54
Binary 11011111 10100011 10 0 11011 1100011 1101 101100 1100010 101100

Color Harmonies of #DFA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA302

Black with #DFA302

Text Example


Text Example

White with #DFA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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