Html Css Color HEX #DFAA02 Gamboge

📋 copy color: '#DFAA02'

red 223 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #DFAA02

Tints of Gamboge #DFAA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

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

R = 56.46%
G = 43.04%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFAA02 (or 0xDFAA02) is known color: Gamboge. HEX triplet: DF, AA and 02. RGB value is (223,170,2). Sum of RGB (Red+Green+Blue) = 223+170+2=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA02 is #2055FD. Grayscale: #A7A7A7. Windows color (decimal): -2119166 or 174815. OLE color: 174815.

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

Color convert

RGB 223 170 2 -
CMYK 0 0.24 0.99 0.13
HSL 45.61º 0.98% 0.44% -
HSV(B) 45.61º 0.99% 0.87% -
XYZ 44.82 44.44 6.27 -
YUV 166.7 35.06 168.16 -
System Red Green Blue C M Y K H S L
Decimal 223 170 2 0 0.24 0.99 0.13 45.61 0.98 0.44
Hex DF AA 2 0 18 63 D 2E 62 2C
Octal 337 252 2 0 30 143 15 56 142 54
Binary 11011111 10101010 10 0 11000 1100011 1101 101110 1100010 101100

Color Harmonies of #DFAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA02

Black with #DFAA02

Text Example


Text Example

White with #DFAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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