Html Css Color HEX #DFAB0E Gamboge

📋 copy color: '#DFAB0E'

red 223 ◦ green 171 ◦ blue 14

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

Shades of Gamboge #DFAB0E

Tints of Gamboge #DFAB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 54.66%
G = 41.91%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAB0E (or 0xDFAB0E) is known color: Gamboge. HEX triplet: DF, AB and 0E. RGB value is (223,171,14). Sum of RGB (Red+Green+Blue) = 223+171+14=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB0E is #2054F1. Grayscale: #A9A9A9. Windows color (decimal): -2118898 or 961503. OLE color: 961503.

HSL color Cylindrical-coordinate representation of color #DFAB0E: hue angle of 45.07º degrees, saturation: 0.88, 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 #DFAB0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 14 -
CMYK 0 0.23 0.94 0.13
HSL 45.07º 0.88% 0.46% -
HSV(B) 45.07º 0.94% 0.87% -
XYZ 45.07 44.85 6.7 -
YUV 168.65 40.73 166.77 -
System Red Green Blue C M Y K H S L
Decimal 223 171 14 0 0.23 0.94 0.13 45.07 0.88 0.46
Hex DF AB E 0 17 5E D 2D 58 2E
Octal 337 253 16 0 27 136 15 55 130 56
Binary 11011111 10101011 1110 0 10111 1011110 1101 101101 1011000 101110

Color Harmonies of #DFAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB0E

Black with #DFAB0E

Text Example


Text Example

White with #DFAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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