Html Css Color HEX #DFAF0E Gamboge

📋 copy color: '#DFAF0E'

red 223 ◦ green 175 ◦ blue 14

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

Shades of Gamboge #DFAF0E

Tints of Gamboge #DFAF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 54.13%
G = 42.48%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAF0E (or 0xDFAF0E) is known color: Gamboge. HEX triplet: DF, AF and 0E. RGB value is (223,175,14). Sum of RGB (Red+Green+Blue) = 223+175+14=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF0E is #2050F1. Grayscale: #ABABAB. Windows color (decimal): -2117874 or 962527. OLE color: 962527.

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

Color convert

RGB 223 175 14 -
CMYK 0 0.22 0.94 0.13
HSL 46.22º 0.88% 0.46% -
HSV(B) 46.22º 0.94% 0.87% -
XYZ 45.84 46.38 6.95 -
YUV 171 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 223 175 14 0 0.22 0.94 0.13 46.22 0.88 0.46
Hex DF AF E 0 16 5E D 2E 58 2E
Octal 337 257 16 0 26 136 15 56 130 56
Binary 11011111 10101111 1110 0 10110 1011110 1101 101110 1011000 101110

Color Harmonies of #DFAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF0E

Black with #DFAF0E

Text Example


Text Example

White with #DFAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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