Html Css Color HEX #DFAA08 Gamboge

📋 copy color: '#DFAA08'

red 223 ◦ green 170 ◦ blue 8

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

Shades of Gamboge #DFAA08

Tints of Gamboge #DFAA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 55.61%
G = 42.39%
B = 2%

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

#DFAA08 (or 0xDFAA08) is known color: Gamboge. HEX triplet: DF, AA and 08. RGB value is (223,170,8). Sum of RGB (Red+Green+Blue) = 223+170+8=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA08 is #2055F7. Grayscale: #A8A8A8. Windows color (decimal): -2119160 or 568031. OLE color: 568031.

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

Color convert

RGB 223 170 8 -
CMYK 0 0.24 0.96 0.13
HSL 45.21º 0.93% 0.45% -
HSV(B) 45.21º 0.96% 0.87% -
XYZ 44.85 44.45 6.45 -
YUV 167.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 223 170 8 0 0.24 0.96 0.13 45.21 0.93 0.45
Hex DF AA 8 0 18 60 D 2D 5D 2D
Octal 337 252 10 0 30 140 15 55 135 55
Binary 11011111 10101010 1000 0 11000 1100000 1101 101101 1011101 101101

Color Harmonies of #DFAA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA08

Black with #DFAA08

Text Example


Text Example

White with #DFAA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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