Html Css Color HEX #DFAA09 Gamboge

📋 copy color: '#DFAA09'

red 223 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #DFAA09

Tints of Gamboge #DFAA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 55.47%
G = 42.29%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFAA09 (or 0xDFAA09) is known color: Gamboge. HEX triplet: DF, AA and 09. RGB value is (223,170,9). Sum of RGB (Red+Green+Blue) = 223+170+9=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA09 is #2055F6. Grayscale: #A8A8A8. Windows color (decimal): -2119159 or 633567. OLE color: 633567.

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

Color convert

RGB 223 170 9 -
CMYK 0 0.24 0.96 0.13
HSL 45.14º 0.92% 0.45% -
HSV(B) 45.14º 0.96% 0.87% -
XYZ 44.86 44.46 6.48 -
YUV 167.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 223 170 9 0 0.24 0.96 0.13 45.14 0.92 0.45
Hex DF AA 9 0 18 60 D 2D 5C 2D
Octal 337 252 11 0 30 140 15 55 134 55
Binary 11011111 10101010 1001 0 11000 1100000 1101 101101 1011100 101101

Color Harmonies of #DFAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA09

Black with #DFAA09

Text Example


Text Example

White with #DFAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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