Html Css Color HEX #DFAA0D Gamboge

📋 copy color: '#DFAA0D'

red 223 ◦ green 170 ◦ blue 13

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

Shades of Gamboge #DFAA0D

Tints of Gamboge #DFAA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 54.93%
G = 41.87%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAA0D (or 0xDFAA0D) is known color: Gamboge. HEX triplet: DF, AA and 0D. RGB value is (223,170,13). Sum of RGB (Red+Green+Blue) = 223+170+13=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA0D is #2055F2. Grayscale: #A8A8A8. Windows color (decimal): -2119155 or 895711. OLE color: 895711.

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

Color convert

RGB 223 170 13 -
CMYK 0 0.24 0.94 0.13
HSL 44.86º 0.89% 0.46% -
HSV(B) 44.86º 0.94% 0.87% -
XYZ 44.88 44.47 6.6 -
YUV 167.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 223 170 13 0 0.24 0.94 0.13 44.86 0.89 0.46
Hex DF AA D 0 18 5E D 2D 59 2E
Octal 337 252 15 0 30 136 15 55 131 56
Binary 11011111 10101010 1101 0 11000 1011110 1101 101101 1011001 101110

Color Harmonies of #DFAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA0D

Black with #DFAA0D

Text Example


Text Example

White with #DFAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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