Html Css Color HEX #DFAB0A Gamboge

📋 copy color: '#DFAB0A'

red 223 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #DFAB0A

Tints of Gamboge #DFAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 55.2%
G = 42.33%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFAB0A (or 0xDFAB0A) is known color: Gamboge. HEX triplet: DF, AB and 0A. RGB value is (223,171,10). Sum of RGB (Red+Green+Blue) = 223+171+10=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB0A is #2054F5. Grayscale: #A8A8A8. Windows color (decimal): -2118902 or 699359. OLE color: 699359.

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

Color convert

RGB 223 171 10 -
CMYK 0 0.23 0.96 0.13
HSL 45.35º 0.91% 0.46% -
HSV(B) 45.35º 0.96% 0.87% -
XYZ 45.05 44.84 6.57 -
YUV 168.19 38.73 167.09 -
System Red Green Blue C M Y K H S L
Decimal 223 171 10 0 0.23 0.96 0.13 45.35 0.91 0.46
Hex DF AB A 0 17 60 D 2D 5B 2E
Octal 337 253 12 0 27 140 15 55 133 56
Binary 11011111 10101011 1010 0 10111 1100000 1101 101101 1011011 101110

Color Harmonies of #DFAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB0A

Black with #DFAB0A

Text Example


Text Example

White with #DFAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB0A; }

 p { color: rgb(223,171,10); }

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

background-color css

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

 a { background-color: rgb(223,171,10); }

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

border-color css

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

 span { border-color: rgb(223,171,10); }

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