Html Css Color HEX #DFA00B Gamboge

📋 copy color: '#DFA00B'

red 223 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #DFA00B

Tints of Gamboge #DFA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 56.6%
G = 40.61%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFA00B (or 0xDFA00B) is known color: Gamboge. HEX triplet: DF, A0 and 0B. RGB value is (223,160,11). Sum of RGB (Red+Green+Blue) = 223+160+11=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA00B is #205FF4. Grayscale: #A2A2A2. Windows color (decimal): -2121717 or 762079. OLE color: 762079.

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

Color convert

RGB 223 160 11 -
CMYK 0 0.28 0.95 0.13
HSL 42.17º 0.91% 0.46% -
HSV(B) 42.17º 0.95% 0.87% -
XYZ 43.06 40.85 5.93 -
YUV 161.85 42.87 171.62 -
System Red Green Blue C M Y K H S L
Decimal 223 160 11 0 0.28 0.95 0.13 42.17 0.91 0.46
Hex DF A0 B 0 1C 5F D 2A 5B 2E
Octal 337 240 13 0 34 137 15 52 133 56
Binary 11011111 10100000 1011 0 11100 1011111 1101 101010 1011011 101110

Color Harmonies of #DFA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA00B

Black with #DFA00B

Text Example


Text Example

White with #DFA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA00B; }

 p { color: rgb(223,160,11); }

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

background-color css

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

 a { background-color: rgb(223,160,11); }

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

border-color css

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

 span { border-color: rgb(223,160,11); }

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